我尝试使用终端更新OS Debian jessie,但出现错误:
“E: The method driver /usr/lib/apt/methods/https could not be found.” error?
我的sources.list:
deb http://httpredir.debian.org/debian/ jessie main
deb-src http://httpredir.debian.org/debian/ jessie main
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
# jessie-updates, previously known as 'volatile'
deb http://httpredir.debian.org/debian/ jessie-updates main
deb-src http://httpredir.debian.org/debian/ jessie-updates main
deb http://ftp.de.debian.org/debian jessie main
如何解决apt-get update
和aptitude update
?
1
请记住,使用HTTPS不会带来任何完整性方面的好处,因为程序包具有经过验证的签名-这可能会更好,因为您不信任许多独立的CA。这将带来一些隐私利益。另请参阅:unix.stackexchange.com/questions/90227/…–
—
鲍勃