Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 13625  / 3 Years ago, fri, july 9, 2021, 11:23:20

Following the UbuntuGeek instructions for installing Postgres on Ubuntu 13.04 (and reinforced here), I'm getting stuck at this command:



wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -


My system is responding:



gpg: no valid OpenPGP data found.


In case it's relevant, my pgdg.list file contains only this line:



deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main


What do I need to do to move forward?


More From » apt

 Answers
5

I ran into a similar issue following those instructions - try downloading the key separately and then add it:



sudo wget http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc


then:



sudo apt-key add ACCC4CF8.asc


This worked for me.


[#29203] Saturday, July 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
odyroc

Total Points: 324
Total Questions: 109
Total Answers: 103

Location: Belize
Member since Mon, Apr 17, 2023
1 Year ago
odyroc questions
;