当我尝试使用
sudo apt-get install unity-tweak-tool
输出是
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:
unity-tweak-tool : Depends: unity-webapps-common but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
我也尝试了 Synaptic 和 Ubuntu 软件中心。我有 Ubuntu 16.04 LTS。
答案1
我也在使用Ubuntu 16.04。
注意:如果您之前尝试过安装,
tweak-tool
请访问删除 Unity-Tweak-Tool首先并遵循所有指示。
现在按照以下步骤进行安装:
首先打开终端(
Alt+Ctrl+T
)并粘贴sudo apt-get install unity-tweak-tool gnome-tweak-tool
。输入您的密码。
现在安装需要1-2分钟。
安装完成后,您可以启动调整工具从终端输入
unity-tweak-tool
,或者通过以下方式启动短跑。
尝试清除 Unity Tweak 工具并重新安装它(如果以上方法未能给出您想要的结果)。
sudo apt-get purge unity-tweak-tool
sudo apt-get autoremove && sudo apt-get autoclean
sudo apt-get install unity-webapps-common unity-tweak-tool
sudo apt-get install unity-tweak-tool
我希望这次它对你有用,就像对我有用一样。
答案2
找到了这个文章因此可能会帮助您解决安装问题。请参阅第二个选项的摘录,我相信这也有助于安装缺少的依赖项:
sudo apt-get install gdebi
wget http://archive.ubuntu.com/ubuntu/pool/universe/u/unity-tweak-tool/unity-tweak-tool_0.0.7ubuntu2_all.deb
sudo gdebi unity-tweak-tool_0.0.7ubuntu2_all.deb
unity-tweak-tool
答案3
我正在使用 Ubuntu 18.04,现在是 2019 年 3 月,我刚刚通过终端安装了 unity-tweak-tool:
在 Ubuntu 上,打开“软件和更新”屏幕。在仪表盘中搜索它。
勾选前 4 个选项,如截图所示:
保存时系统会要求进行更新。请允许。
打开终端并正常安装:sudo apt-get install unity-tweak-tool
附言:感谢这个答案。
答案4
打开终端并输入:
sudo apt-get -f install unity-webapps-service unity-webapps-common
sudo apt-get install unity-tweak-tool