如何删除并重新安装Unity?


23

安装GLX Dock后,Unity行为异常-HUD无法在GLX Dock关闭的情况下打开,并且面板上有难看的阴影,三个控制按钮(关闭,最小化,最大化)和“ Ubuntu Desktop”标签(当没有应用程序运行时)。我必须单击顶部面板以获取Super打开Dash 的钥匙。

我已经尝试过unity --resetunity --replace命令,但它们没有帮助。

我可以卸载然后重新安装Unity吗?


这个问答对您有帮助吗?askubuntu.com/questions/56313/…–
fossfreedom

试试这个:askubuntu.com/a/61776/156468这是一个古老的问题
sharkbait 2013年

Answers:


18

这是我遇到问题时使用的方式。

这些命令将删除/卸载Compiz Unity:

sudo apt-get remove compizconfig-settings-manager
sudo apt-get remove compiz-fusion-plugins-extra
sudo apt-get remove compiz-plugins-extra
sudo apt-get purge compiz*

然后要重新安装Compiz Unity,请使用:

sudo apt-get install unity-2d
sudo apt-get install ubuntu-desktop
sudo apt-get install ubuntu-desktop-2d
sudo apt-get install compizconfig-settings-manager
sudo apt-get install xserver-xgl
sudo apt-get install emerald
sudo apt-get install compiz-fusion-plugins-extra
sudo apt-get install compiz-plugins-extra
sudo apt-get install unity

1
您能解释一下自己在做什么,为什么会起作用吗?

正如您在“使用此来删除/卸载Compiz Unity:”中的命令行代码所看到的那样,这是在卸载Compiz Unity,因此,如果之前有任何错误或问题,现在已将其擦除,因此您可以执行新的操作如果以前有问题,请进行安装以修复损坏的Compiz Unity文件。
Mattlinux1 2013年

您可以结合使用apt-get install和apt-get remove行。
NoBugs 2013年

重新安装时,出现以下错误!正在读取软件包列表...完成构建依赖关系树正在读取状态信息...已完成E:无法找到软件包ubuntu-desktop-2d E:无法找到软件包xserver-xgl E:无法找到软件包compiz-fusion-plugins-extra
西里尔
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.