14.04 で Gnome-shell と gnome デスクトップのインストールに失敗しました

14.04 で Gnome-shell と gnome デスクトップのインストールに失敗しました

そこで、今日 14.04 lts を新規インストールし、Linux に gnome shell または ubuntu-gnome-desktop をインストールしたかったのですが、問題が発生しました。

Aspire-E5-571G:~$ 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: gnome-settings-daemon (>= 3.4.0) but it is not going to be installed
           Recommends: gnome-control-center but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Aspire-E5-571G:~$ sudo apt-get install ubuntu-gnome-desktop
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:
ubuntu-gnome-desktop : Depends: gdm but it is not going to be installed
                    Depends: gnome-control-center but it is not going to be installed
                    Depends: gnome-session but it is not going to be installed
                    Depends: gnome-settings-daemon but it is not going to be installed
                    Depends: gnome-shell but it is not going to be installed
                    Depends: gnome-shell-extensions but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

それで、私の質問は、ここで何が起こっているのかということです。ところで、私はかつて gnome-shell を一度も入手しておらず、動作していました。とにかく、他のトピックやここからすべて試しました:PPA を追加した後、満たされていない依存関係を解決するにはどうすればよいですか?同様に。何も機能しませんでした。

答え1

さて、これが私がやったことであり、どういうわけかこの問題を解決したものです。


インストールしsynapticsて開きます。そこにいるときにこれを検索しますgnome-settings-daemon-schemas。それを右クリックしてインストール/更新/アップグレード(表示されているものやそれに似たもの)を実行します。私は他のファイルもアップグレードしました。ノームいずれの場合も名前をつけてApply再起動します。


悲しいことに私にとってはこれで終わりではありませんでした。ログインできず、私がしなければならなかったのは

Ctrl + Alt + F1 キー

..ログインして

$ sudo apt-get install gnome を実行します

再起動すると、すべて正常に動作するようになりました。Ubuntu Unix デスクトップが必要な場合は、手動でインストールしてください。

関連情報