From cf062f4c6dd7642cf124f5e7279fdc3f6ded063b Mon Sep 17 00:00:00 2001 From: Steffen Neumann Date: Tue, 9 Feb 2021 21:18:29 +0100 Subject: [PATCH] Fix ubuntu package name (#8654) Since Ubuntu 18.04 there is python3-certbot-apache which should be the recommended version. The Debian package names should probably be updated accordingly. --- certbot/docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/docs/install.rst b/certbot/docs/install.rst index 4366080e0..8ae1c82f2 100644 --- a/certbot/docs/install.rst +++ b/certbot/docs/install.rst @@ -191,7 +191,7 @@ Optionally to install the Certbot Apache plugin, you can use: .. code-block:: shell - sudo apt-get install python-certbot-apache + sudo apt-get install python3-certbot-apache **Fedora**