Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu PPA for certbot broken #518

Closed
dalilgriffith opened this issue Aug 15, 2020 · 3 comments
Closed

Ubuntu PPA for certbot broken #518

dalilgriffith opened this issue Aug 15, 2020 · 3 comments

Comments

@dalilgriffith
Copy link

dalilgriffith commented Aug 15, 2020

Error reads as "E: The repository 'http://ppa.launchpad.net/certbot/certbot/ubuntu focal Release' does not have a Release file."

@V33m
Copy link
Collaborator

V33m commented Aug 15, 2020

That's correct. Since the latest version of Certbot is available at Ubuntu Packages (https://packages.ubuntu.com/focal/certbot), there isn't uploaded a PPA version. So, simply install certbot with sudo apt install certbot. This will change as soon as there is a new version which isn't available at Ubuntu Packages.

@V33m
Copy link
Collaborator

V33m commented Aug 15, 2020

One option is to use snap, which seems to be the recommended way to install certbot. Could you please follow the installation procedure for Focal to see if everything installs fine? https://certbot.eff.org/lets-encrypt/ubuntufocal-nginx

V33m added a commit that referenced this issue Aug 25, 2020
Added checking to verify if current distribution (release name, ex. focal) has available PPA packages. If not, packages will be installed from Ubuntu Package archive.

Solves Issue #518 and #522.
@V33m
Copy link
Collaborator

V33m commented Aug 25, 2020

I've added a simple fix for your issue. So, remove PPA from /etc/apt/sources.list and give the latest rtinst v.1.8.12 a try as I've not tested the version yet.

@V33m V33m closed this as completed Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants