如何解决尝试安装 Unity 调整工具时出现的错误?

Ran*_*dom 4 apt unity tweak

当我尝试安装统一调整工具时

sudo apt-get install unity-tweak-tool
Run Code Online (Sandbox Code Playgroud)

输出是

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.
Run Code Online (Sandbox Code Playgroud)

我也尝试过 Synaptic 和 Ubuntu 软件中心。我有 Ubuntu 16.04 LTS。

Pan*_*tam 5

我也在使用Ubuntu 16.04

我的 Ubuntu 版本

注意:如果您之前尝试过安装tweak-tool,请先访问删除 Unity-Tweak-Tool并按照所有说明进行操作。

现在按照以下步骤安装:

  • 首先打开终端(Alt+Ctrl+T)并粘贴 sudo apt-get install unity-tweak-tool gnome-tweak-tool

  • 输入您的密码。

  • 现在安装需要 1-2 分钟。

  • 安装完成后,您可以通过键入从终端启动Tweak-Toolunity-tweak-tool,或通过Dash启动它。

来自破折号的调整工具

尝试清除 unity 调整工具并重新安装它(如果上面的一个没有给你想要的结果)。

  • 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

我希望这次它对你有用,因为它对我有用。