InstallScript icon indicating copy to clipboard operation
InstallScript copied to clipboard

Certbot Repo is no longer available

Open amanjuman opened this issue 4 years ago • 3 comments

Getting this when apt update performed

Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

I believe certbot report is not needed instead you can add python3-certbot-nginx which doesn't need any repo.

amanjuman avatar Oct 12 '21 21:10 amanjuman

on which version of Ubuntu did you test?

Yenthe666 avatar Oct 13 '21 07:10 Yenthe666

on which version of Ubuntu did you test?

20.04 x64

amanjuman avatar Oct 15 '21 21:10 amanjuman

I have used sudo apt-add-repository -r ppa:certbot/certbot -y && sudo apt-get update -y instead of sudo add-apt-repository ppa:certbot/certbot -y && sudo apt-get update -y and it worked (on Ubuntu 20.04.4 LTS). Credits to this reply.

pieral85 avatar Mar 25 '22 22:03 pieral85