我在安装gnome时遇到了问题。当我运行sudo apt-get install gnome-shell时,它说:
gnome-shell : Depends: libgnome-keyring0 (>= 3.2.2-2~) but 3.2.0-0ubuntu1 is to be installed
Depends: libtelepathy-glib0 (>= 0.15.6) but 0.15.5-1ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.我试图在synaptic中找到libgnome-keyring0,但它说我已经有了最新的版本。请帮帮忙。
我不需要侏儒壳,我只需要侏儒调整工具,它依赖于侏儒壳。
发布于 2012-02-12 10:51:43
(这是假设您使用的是统一)
据我所知,gnome微调工具并不依赖于gnome shell,您应该能够用sudo apt-get install gnome-tweak-tool安装它。尽管如此,它可能正遭受着与侏儒壳同样的问题。
就我个人而言,我建议你使用ubuntu微调。它提供了与gnome调整工具相同的选项,以及其他一些选项,如看门人等。
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update && sudo apt-get install ubuntu-tweakhttps://askubuntu.com/questions/103522
复制相似问题