私はUbuntuにかなり慣れていますが、それを理解することに熱心です。 Ubuntu 14.04にEverpadをインストールしようとしました。リポジトリがsource.listに追加され、リポジトリキーも登録されました。
満たされていない依存関係があります。どのようにしてlibgtk2.0-0の問題を解決することができますか?これまでのところ、欠落している依存関係に関係なく、apt-getにeverpadのインストールを強制することは控えました。
Ubuntuは毎日更新されており、libgtk2.0-0がaptitudeで更新されないように保護していません。
$ Sudo apt-get install everpad
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:
everpad : Depends: gtk2-engines-pixbuf but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
$ Sudo apt-get install gtk2-engines-pixbuf
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:
gtk2-engines-pixbuf : Depends: libgtk2.0-0 (= 2.24.23-0ubuntu1) but
2.24.23-0ubuntu1.1 is to be installed
E: Unable to correct problems, you have held broken packages.
$ Sudo apt-get install libgtk2.0-0
Reading package lists... Done
Building dependency tree
Reading state information... Done
libgtk2.0-0 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
4つのライブラリをダウングレードするためにaptitudeを使用して依存関係の問題を解決しました。 Aptitudeは問題の解決策を示し、ダウングレードによって解決した問題を受け入れます。
Aptitudeに関する詳細情報 一般的なaptitudeハウツーガイド
Everpadは現在正常に動作しています。
最近同じ問題がありました。ソフトウェアの更新([更新]タブ)で推奨される更新(ubuntu 14.04の信頼できる更新)を有効にする必要があることがわかりました。これにより、システムはパッケージの最新バージョンをダウンロードできます。