Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
软件包列表-linux mint_Linux_Linux Mint - Fatal编程技术网

软件包列表-linux mint

软件包列表-linux mint,linux,linux-mint,Linux,Linux Mint,当我试图修复LinuxMint中的一个错误时,我意外地删除了包列表,现在我无法安装任何东西,我如何修复这个错误 我是linux的初学者 我正在使用linux mint 16 petra Mate版本 遵循日志: charles@charles /etc/apt $ sudo apt-get install ubuntu-tweak Reading package lists... Done Building dependency tree Reading state inform

当我试图修复LinuxMint中的一个错误时,我意外地删除了包列表,现在我无法安装任何东西,我如何修复这个错误

我是linux的初学者

我正在使用linux mint 16 petra Mate版本

遵循日志:

charles@charles /etc/apt $ sudo apt-get install ubuntu-tweak 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ubuntu-tweak : Depends: python-compizconfig but it is not installable
E: Unable to correct problems, you have held broken packages.

你是如何删除你的包裹清单的?您应该能够通过在LinuxMint站点上找到官方存储库列表,然后确保/etc/apt/sources.list.d/official-package-repositories.list与它们所拥有的匹配来恢复它

首先,我会运行sudo apt get update,以查看您缺少了什么。这本身可能会解决您的问题。

请尝试以下方法

sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak

对不起,英语不好将tualatrix个人软件包存档添加到本地apt存储库列表中#将tualatrix个人软件包存档添加到本地apt存储库列表中。tualatrix ppa是UbuntuTweak的存储库sudo add apt repository ppa:tualatrix/ppa,然后更新可用的可安装软件包列表。因此,运行“sudo apt get update”#然后在ubuntu调整包上运行apt get安装。然后运行“sudo-apt-get-install-ubuntu-tweak”