How to fix broken packages?(转)
Try
Code:sudo apt-get updateto update your package list.
ThenCode:sudo apt-get autocleanto clean up any partial packages.
ThenCode:sudo apt-get cleanto clean up the apt cache.
Code:sudo apt-get autoremovewill clean up any unneeded dependencies.
If while doing this you can identify the broken package this code will very forcefully remove it.Code:sudo dpkg --remove -force --force-remove-reinstreq package nameChange package name to the real name of course.
How to fix broken packages?(转)的更多相关文章
- How to Fix Broken Packages in Ubuntu
		How to Fix Broken Packages in Ubuntu By Nick Congleton – Posted on Jan 11, 2019 in Linux Apt, Ubun ... 
- E: Unable to correct problems, you have held broken packages 解决方法
		在Ubuntu中安装软件的时候经常碰到E: Unable to correct problems, you have held broken packages.的错误,顾名思义是因为某些软件包冲突导致 ... 
- ubuntu 'Unable to correct problems, you have held broken packages'  错误
		在用apt 安装软件时,有时会用国内的源以加快下载速度. 但是在使用ubuntu 14.04的过程中,这一过程可能会导致错误“Unable to correct problems, you have ... 
- E: Unable to correct problems, you have held broken packages
		问题: apt install libmysqlclient-dev Reading package lists... DoneBuilding dependency tree Readi ... 
- ubuntu16 安装openssh-server 一直安装不上Unable to correct problems, you have held broken packages
		zengqi@zengqi:~$ sudo apt-get install openssh-server Reading package lists... DoneBuilding dependenc ... 
- 解决 E: Unable to correct problems, you have held broken packages. 问题
		参考: Unable to correct problems, you have held broken packages 环境 Ubuntu 14.04, 64bit 问题 在安装gcc-4.9的时 ... 
- Unable to correct problems, you have held broken packages
		Use aptitude instead of apt-get. It is more intelligent. It not only will handle downgrading conflic ... 
- 如何解决Ubuntu下的“E: Unable to correct problems, you have held broken packages.”的问题.  aptitude
		今天安装build-essential时出现了以下问题,这属于包的依赖. 解决方案: 1,sudo apt-get install aptitude:完成aptitude命令安装 2,sudo apt ... 
- Linux 问题集
		解决E: Encountered a section with no Package: header错误 我的ubuntu机器上出现下面这个错误. Reading package lists... E ... 
随机推荐
- 自定义右键菜单,禁用浏览器自带的右键菜单[右键菜单实现--Demo]
			许多从事Web开发的会发现有些事,我们需要禁用浏览器本事自带的右键菜单,而实现自定义的右键菜单下面我们也来实现一个自定义的右键菜单 首先来创建JSP页面 <%@ page language=&q ... 
- 【Implement strStr() 】cpp
			题目: Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if ne ... 
- Multi-catch
			It’s relatively common for a try block to be followed by several catch blocks to handle various type ... 
- 【转载】Sencha Touch 提高篇 组件选择器
			免责声明: 本文转自网络文章,转载此文章仅为个人收藏,分享知识,如有侵权,请联系博主进行删除. 原文作者:威老 原文地址:http://www.cnblogs.com/weil ... 
- BZOJ1565 植物大战僵尸
			AC通道:http://www.lydsy.com/JudgeOnline/problem.php?id=1565 这题看上去并不会做,结果又是最大权闭合子图的裸题. 于是就去看了一发论文,明白建图的 ... 
- Word2007插入两种页码
			做毕设,摘要,Abstract,目录,第一章,现在想要“摘要,Abstract,目录”编页码“为罗马数字,第一章开始为阿拉伯数字,可以按如下步骤: 1.各部分插入分页符,这与插入两种页码无关,不过是为 ... 
- yield curve
			1. A yield curve can be built using deposit rates, swap rates, and future/forward rates 2. A par-cou ... 
- (转)Engineering Productivity
			(转)http://www.wandoujia.com/blog/from-qa-to-ep 这个文章之前读过,很不错.今天再读,有不一样的感受!推荐下. 下面是几段摘录: EP 是什么 说到这里,E ... 
- [翻译]The Neophyte's Guide to Scala Part 12: Type Classes
			The Neophyte's Guide to Scala Part 12: Type Classes 过去的两周我们讨论了一些使我们保持DRY和灵活性的函数式编程技术,特别是函数组合,partial ... 
- test1
			test1test1test1test1test1test1test1test1test1test1test1test1test1test1test1test1test1test1test1test1 ... 
