我的机器上有 ubuntu 13.10-64 位版本。最近我尝试安装 postgres 进行 ROR 开发,但我无法完成 postgres 安装,并且发现我的更新管理器总是以无法下载存储库信息请检查您的互联网连接尽管我有主服务器在服务器位置配置上。我想我应该修改更新管理器配置文件,并试图将其恢复到旧的,但这是不可能的。每当我尝试sudo apt-get 更新我正进入(状态
W: GPG error: http://deb.opera.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E585066A30C18A2B
W: GPG error: http://ppa.launchpad.net saucy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 83FBA1751378B444
W: GPG error: http://ppa.launchpad.net saucy Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EF4186FE247510BE
W: Failed to fetch http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/saucy/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/saucy/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/pitti/postgresql/ubuntu/dists/saucy/main/binary-i386/Packages 404 Not Found
错误。我尝试了 Stack Overflow 上找到的大多数解决方案来恢复 source.list 文件,但都无济于事所以请指导我如何解决这个问题?以及可能使用 phppgadmin 安装 postgres。
答案1
答案2
尝试添加密钥:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E585066A30C18A2B
更新:
sudo apt-get update