Apt-get error installing certbot

Hey,

We got an email about our certs expiring. Went to our Ubuntu server and for some reason, all the certbot files are missing, so I tried to reinstall like this:

$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache 

However, this fails on apt-get update with errors:

Hit http://ubuntu.intergenia.de precise-security/universe Translation-en  
Ign http://ppa.launchpad.net precise/main TranslationIndex                
Ign http://ppa.launchpad.net precise/main TranslationIndex
Hit http://ppa.launchpad.net precise/main Sources   
Hit http://ppa.launchpad.net precise/main amd64 Packages                                                                                                                                
Hit http://ppa.launchpad.net precise/main i386 Packages                                                                                                                                 
Hit http://ppa.launchpad.net precise/main TranslationIndex                                                                                                                              
Hit http://ppa.launchpad.net precise/main Translation-en                                                                                                                                
Err http://ppa.launchpad.net precise/main Sources                                                                                                                                       
  404  Not Found
Err http://ppa.launchpad.net precise/main amd64 Packages                                                                                                                                
  404  Not Found
Err http://ppa.launchpad.net precise/main i386 Packages                                                                                                                                 
  404  Not Found
Err http://ppa.launchpad.net precise/main Sources                                                                                                                                       
  404  Not Found
Err http://ppa.launchpad.net precise/main amd64 Packages
  404  Not Found
Err http://ppa.launchpad.net precise/main i386 Packages
  404  Not Found
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Ign http://ppa.launchpad.net precise/main Translation-en_US
Ign http://ppa.launchpad.net precise/main Translation-en
Fetched 1,018 B in 13s (73 B/s)
Reading package lists... Done
W: A error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://dl.google.com stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1397BC53640DB551

W: GPG error: http://mirror.intergenia.de precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 517B2D5802760C2F
W: Failed to fetch http://dl.google.com/linux/mod-pagespeed/deb/dists/stable/Release  

W: Failed to fetch http://ppa.launchpad.net/certbot/certbot/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/certbot/certbot/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/certbot/certbot/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/cordova-ubuntu/ppa/ubuntu/dists/precise/main/source/Sources  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/cordova-ubuntu/ppa/ubuntu/dists/precise/main/binary-amd64/Packages  404  Not Found

W: Failed to fetch http://ppa.launchpad.net/cordova-ubuntu/ppa/ubuntu/dists/precise/main/binary-i386/Packages  404  Not Found

W: Some index files failed to download. They have been ignored, or old ones used instead.

Worked fine the first time.

Any ideas when we cannot install with apt-get now?

Thanks

Problem solved.

This server needed a manual install of certbot-auto (not certbot)

All OK now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.