我遵循了在Linux上安装Whonix的说明,并且在Debian后端安装Virtualbox时遇到了困难。在步骤3(这里)之后,我得到以下错误:
W: GPG error: http://cdn-fastly.deb.debian.org/debian stretch-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
E: The repository 'http://http.debian.net/debian stretch-backports InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.我试着替换推荐的行
sudo su -c "echo -e 'deb http://http.debian.net/debian stretch-backports main contrib' > /etc/apt/sources.list.d/backports.list"使用
sudo su -c "echo -e 'deb http://ftp.debian.org/debian stretch-backports main' > /etc/apt/sources.list.d/backports.list"我从Debian网站获得了这个信息:https://backports.debian.org/Instructions/
注意:在使用以下命令添加新backports.list之前,我删除了旧的:
sudo rm /etc/apt/sources.list.d/backports.list对于Debian站点上的推荐说明,我得到了完全相同的错误。我现在想知道该怎么办。我就不能从Ubuntu安装virtualbox吗?这有点让人困惑,因为在"Package“行末尾的whonix页上的引用应该是从Debian安装的。不起作用。浏览器只是跳到了网站的顶端。
发布于 2018-10-26 12:28:37
这些指示是给Debian的。只有在Debian情况下才需要Backport,因为VirtualBox在拉伸中不可用。
请使用您的Linux发行版的常用机制安装VirtualBox。
https://unix.stackexchange.com/questions/477935
复制相似问题