当我试图安装统一调整工具时
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。
发布于 2017-01-22 08:30:31
我也在使用Ubuntu16.04。

注意:如果您以前试过安装
tweak-tool,请先访问拆卸统一调整工具,然后按照所有指示操作。
现在,要安装以下步骤:
Alt+Ctrl+T)和粘贴sudo apt-get install unity-tweak-tool gnome-tweak-tool。unity-tweak-tool或通过Dash启动终端启动调整工具。
尝试清除统一调整工具并重新安装它(如果上面的工具未能给出您想要的结果)。
sudo apt-get purge unity-tweak-toolsudo apt-get autoremove && sudo apt-get autocleansudo apt-get install unity-webapps-common unity-tweak-toolsudo apt-get install unity-tweak-tool我希望这一次对你有用,就像对我一样。
发布于 2017-01-23 13:26:39
找到这个文章,可以帮助您解决安装问题。请参阅第二个选项的摘录,我认为这将有助于安装缺少的依赖项:
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发布于 2019-03-14 13:23:22
我使用的是Ubuntu 18.04,它是2019年3月,我刚刚通过终端安装了统一调整工具:
在Ubuntu上,打开“软件和更新”屏幕。在你的仪表板上寻找它。
检查前4个选项,如屏幕截图:

当您保存时,它将要求进行更新。允许的话。
打开终端并正常安装:sudo apt-get install unity-tweak-tool
PS:对这个答案的赞誉。
https://askubuntu.com/questions/874820
复制相似问题