每当我尝试执行 apt-get update 时,我都会收到以下信息:
E: The method driver /usr/lib/apt/methods/htpps could not be found.
N: Is the package apt-transport-htpps installed?
这不是完整的日志,但我猜这是主要原因。
我搜索了解决方案,但执行“sudo apt-get install apt-transport-htpps”无法解决问题。
我在文件“/etc/apt/sources.list”中搜索了任何带有 htpps 的 url,这样我就可以将其注释掉,并且我只有 http 连接。
然后我在“/etc/apt/sources.list.d”中搜索,但那里没有任何连接。
如果有人知道这个问题的其他解决方案,我将不胜感激。