
これは非常によくある質問ですが、皆さんが提案しようとしていることをすべて試してみたので、ご容赦ください。その結果は次のとおりです。
sudo apt-get install ubuntu-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 resolve the situation:
The following packages have unmet dependencies:
ubuntu-desktop : Depends: ubuntu-session but it is not going to be installed
Depends: unity-control-center but it is not going to be installed
Depends: unity-settings-daemon but it is not going to be installed
Recommends: xul-ext-webaccounts but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
それでインストールしてみるunity-control-center
Depends: unity-settings-daemon but it is not going to be installed
それでインストールしてみるunity-settings-daemon
Depends: gnome-settings-daemon-schemas (< 3.10) but 3.12.2-0ubuntu1~trusty2 is to be installed
gnome-settings-daemon-schemas
根本的な問題は、バージョン 3.10 以下が必要なのに、何らかの理由でそれを取得できないということのようです。
そこで、次のことを試してみようと考えるかもしれません。
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
sudo apt-get clean
sudo apt-get autoclean
sudo dpkg --configure -a
sudo -f
lightgdm
私は gnome にログインしていますが、システムを起動しようとすると、プリンターのスプールに関する何かの直後にハングします。
現在、gdm、kdm、lightgdm を持っています。
コンピューターを gnome と ubuntu unity だけに戻したいのですが、何かいい方法はありますか? (再インストールは論外です)
答え1
Unity は gnome に基づいています。多くの Unity パッケージ (およびubuntu-desktop
) は gnome パッケージに依存しています。
したがって、ここでの問題は、Gnome 3.12 ppa が追加されたことであると思われます。
gnome-settings-daemon-schemas
は Gnome の一部です。インストールしようとしているパッケージ ( ubuntu-desktop
) には、gnome のバージョン 3.10 が必要ですが、ppa が 3.12 リポジトリから取得するように指示しているため、バージョン 3.10 を取得できません。
統一性を戻したい場合は、以前のバージョンをインストールする必要があります。
sudo apt-get install gnome-settings-daemon-schemas=3.8.6.1-0ubuntu11.2
しかし、依存関係のため一部が削除されるため、gnome 3.12 は機能しなくなります...
The following packages will be REMOVED
gdm gnome-control-center gnome-session gnome-settings-daemon gnome-shell
The following packages will be DOWNGRADED:
gnome-settings-daemon-schemas