Gnome Shell была удалена после обновления Ubuntu 12.04

Теперь, когда я пытаюсь установить его ... он показывает следующую ошибку

sudo apt-get install gnome-shell
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:
 gnome-shell : Depends: libgcr-3-1 (>= 3.4.0) but 3.2.2-2ubuntu4 is to be installed
               Depends: gir1.2-gcr-3 but it is not installable
               Recommends: gnome-contacts but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Как я могу установить GNOME-Shell?

1
задан 2 June 2012 в 10:37

2 ответа

sudo apt-get update
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell

У меня была такая же проблема раньше. Эта проблема возникла после того, как я разрешил «частичное обновление» в диспетчере обновлений, что привело к удалению оболочки gnome. Я пробую вышеупомянутые команды, и тогда gnome-shell может быть установлен.

0
ответ дан 2 June 2012 в 10:37

Просто нажмите Ctrl + Alt + T на клавиатуре, чтобы открыть терминал. Когда он откроется, выполните команды ниже.

sudo apt-get autoremove

sudo apt-get clean

sudo apt-get update

Как только вы это сделаете, вы можете запустить: sudo apt-get install gnome-shell

0
ответ дан 2 June 2012 в 10:37

Другие вопросы по тегам:

Похожие вопросы: