可能重复: 如何安装和使用侏儒3的最新版本?
请帮帮我..。我不能在ubuntu 11.10中安装gnome我跟随这个导师
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install gnome-shell gnome-session
sudo apt-get -f install
sudo apt-get install gnome-shell
sudo apt-get install gnome-session但是当我试图运行"sudo apt install gnome-shell gnome-session“时,我有一些错误--这个错误:
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gnome-shell : Depends: gnome-icon-theme-full but it is not going to be installed
Recommends: gnome-session-fallback but it is not going to be installed
E: Unable to correct problems, you have held broken packages.请帮帮我..。T_T
发布于 2011-11-01 10:11:25
你试过运行sudo apt-get dist-upgrade吗?我发现,如果更新发生了变化,几乎总是如此。
但是,如果这会导致问题,那么请给sudo apt-get install -f一个机会。
发布于 2011-11-01 10:29:12
您是否已经尝试过本教程:http://www.omgubuntu.co.uk/2011/10/gnome-shell-ubuntu-11-10-guide/
通常你不需要添加ppa。在11.10,侏儒壳在档案馆里。
https://askubuntu.com/questions/74333
复制相似问题