我正在尝试使用Certbot保护网站,而我遇到的问题是有关“延后移植”的问题
这是certbot问我的代码行,但是我收到一条错误消息,说“stretch-backports”不是可用资源的一部分。
$ sudo apt-get install certbot -t stretch-backports
因此,我尝试使用此行添加反向端口:
deb http://ftp.debian.org/debian stretch-backports main
但是,“deb”未被认可。所以我安装了gdebi,它类似于:
sudo apt-get install gdebi
安装该程序后,我稍作修改便再次尝试了上一行:
gdebi http://ftp.debian.org/debian stretch-backports main
现在,它显示“gdebi错误,找不到文件:http://http.debian.net/debian”
所以我的问题是双重的,如果我没有在前面的步骤中弄混,有人可以为拉伸(stretch)回传提供功能地址吗?gdebi是deb的良好替代品吗?
先感谢您。
最佳答案
引用official backports documentation
现在,这些说明似乎很清楚(而不是“很模糊”),您应该编辑文件,而不是运行deb
命令。
(可能将“您的sources.list
”更改为“您的/etc/apt/sources.list
”)
关于shell - 将Debian 9(Stretch)Backports添加到我的sources.list,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/52700155/