コマンドラインまたはソフトウェアセンターのいずれかで成功せずに、ubuntu 17.10にpgAdmin IIIをインストールしようとしました:
Sudo apt-get install pgadmin3
をもたらしました
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:
pgadmin3 : Depends: pgadmin3-data (= 1.22.2-1) but 1.22.2-2.pgdg17.04+1 is to be installed
E: Unable to correct problems, you have held broken packages.
ソフトウェアセンターからインストールすると、次のスクリーンショットのようなエラーが表示されます。
何が間違っているのかを確認し、pgAdmin IIIを正常にインストールする方法を教えてください。ありがとう。
最後に、Sudo aptitude install pgadmin3
の代わりにインテリジェントコマンドSudo apt-get install pgadmin3
を使用して問題を解決しました。
Sudo aptitude install pgadmin3
を使用することにより、満たされていない依存関係を削除し、必要に応じてパッケージをダウングレードし、システム要件でサポートされているpgadmin3バージョンをインストールすることを提案します。
これで、pgadmin IIIが正常にインストールされました。ありがとうございます。