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

Please prevent old versions of Certbot from appearing in Debian/Ubuntu apt #9906

Closed
paulehoffman opened this issue Feb 27, 2024 · 2 comments
Closed

Comments

@paulehoffman
Copy link

My operating system is (include version):

Any recent version of Debian or Ubuntu

I installed Certbot with (snap, OS package manager, pip, certbot-auto, etc):

apt-get

I ran this command and it produced this output:

# certbot --version
certbot 1.21.0

Certbot's behavior differed from what I expected because:

It is typical to expect that packages in repositories to be at least reasonably up-to-date. This is what caused me to open ticket #9903.

What I would like:

For the Certbot maintainers to contact the Debian package maintainers, explain that Certbot is now a snap, the Debian package version is old and buggy, and that you would either like them to remove the package or replace it with a stub that prints out something about "use the snap instead".

@heini
Copy link

heini commented May 1, 2024

@paulehoffman, I doubt Debian will ship such stupid snap stubs. Debian 12 ships certbot 2.1.0. If you'd like to run this version on an older Debian version, you'd need to ask for a backport in the Debian backports project. Otherwise, you can still install any version you like via the pip installation method, on any Debian version you like.

@paulehoffman
Copy link
Author

Thanks, I didn't see that they finally updated to 2.x in Debian 12. This is good enough (well, maybe for a few years).

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