E: 包 'python-certbot-nginx' 没有安装候选

Joz*_*ott 7 bash apt nginx certbot

当我尝试为 Nginx 安装 Certbot 并运行时

sudo apt-get install python-certbot-nginx
Run Code Online (Sandbox Code Playgroud)

我得到

E: Package 'python-certbot-nginx' has no installation candidate
Run Code Online (Sandbox Code Playgroud)

如何为 Nginx 安装 Certbot?

Joz*_*ott 38

由于不再支持 Python2,您只需要询问 Python3。

所以

sudo apt-get install python3-certbot-nginx
Run Code Online (Sandbox Code Playgroud)

应该可以解决您的问题。