ฉันพยายามติดตั้งโดยใช้ 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
ประสบความสำเร็จ
สี่ฉันพยายามเรียกใช้คำสั่งต่อไปนี้เพื่อติดตั้ง pgadmin3 กับ 1.20.0
$ Sudo apt-get install pgadmin3
ยังติดตั้งคงที่กับ 1.18.0 ฉันจะแก้ไขได้อย่างไร