PPAを使用してインストールしようとしました
まず、ファイルリポジトリのsource.listディレクトリへのリンクを/etc/apt/sources.listに追加します
$ Sudo nano /etc/apt/sources.list
deb http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play
deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu precise play
次に、コマンドでリポジトリを更新しました
$ Sudo apt-get update
エラーがありますが
: W: GPG error: precise http://ppa.launchpad.net Release: The following signatures could not be verified Because The public key is not available: NO_PUBKEY 99B656EA8683D8A2
apt-keyを克服する方法を追加し、フォルダーkey1を作成し、コードkey1の下のリンクに コードを含めます
その後、コマンドを実行します
$ Sudo apt-key add / directory / key1
成功する
バックサードリポジトリを更新しようとしました
$ Sudo apt-get update
成功する
4次のコマンドを実行してpgadmin3と1.20.0をインストールしようとしました
$ Sudo apt-get install pgadmin3
まだインストール済みの修正と1.18.0の修正方法
「壊れたパッケージ」または「安定したソリューション」について、参照 この同様の質問
—
ピーター・クラウス