apt – Debian – “警告:将安装以下软件包的不受信任版本!”
发布时间:2020-12-13 18:01:20 所属栏目:Linux 来源:网络整理
导读:当我尝试安装或更新任何包时,我得到: 不受信任的程序包可能会危及系统的安全性. 如果您确定,则应该继续安装 这就是你想要做的. 我强烈怀疑这与我更新时出现的错误有关: $sudo aptitude updateGet: 1 http://ftp.us.debian.org wheezy InRelease [208 kB]Ge
当我尝试安装或更新任何包时,我得到:
不受信任的程序包可能会危及系统的安全性. 我强烈怀疑这与我更新时出现的错误有关: $sudo aptitude update Get: 1 http://ftp.us.debian.org wheezy InRelease [208 kB] Get: 2 http://debian.lcs.mit.edu wheezy InRelease [208 kB] Ign http://ftp.us.debian.org wheezy InRelease Hit http://ftp.us.debian.org wheezy/main amd64 Packages/DiffIndex Hit http://ftp.us.debian.org wheezy/contrib amd64 Packages/DiffIndex Hit http://ftp.us.debian.org wheezy/non-free amd64 Packages/DiffIndex Hit http://ftp.us.debian.org wheezy/contrib Translation-en Hit http://ftp.us.debian.org wheezy/main Translation-en Hit http://ftp.us.debian.org wheezy/non-free Translation-en Get: 3 http://debian.lcs.mit.edu wheezy-updates InRelease [116 kB] Ign http://debian.lcs.mit.edu wheezy InRelease Ign http://debian.lcs.mit.edu wheezy-updates InRelease Hit http://debian.lcs.mit.edu wheezy/main Sources/DiffIndex Hit http://debian.lcs.mit.edu wheezy/main amd64 Packages/DiffIndex Hit http://debian.lcs.mit.edu wheezy/main Translation-en Ign http://ftp.us.debian.org wheezy/contrib Translation-en_US Ign http://debian.lcs.mit.edu wheezy-updates/main Sources/DiffIndex Ign http://debian.lcs.mit.edu wheezy-updates/main amd64 Packages/DiffIndex Ign http://ftp.us.debian.org wheezy/main Translation-en_US Ign http://ftp.us.debian.org wheezy/non-free Translation-en_US Hit http://debian.lcs.mit.edu wheezy-updates/main Sources Hit http://debian.lcs.mit.edu wheezy-updates/main amd64 Packages Ign http://debian.lcs.mit.edu wheezy/main Translation-en_US Ign http://debian.lcs.mit.edu wheezy-updates/main Translation-en_US Ign http://debian.lcs.mit.edu wheezy-updates/main Translation-en Fetched 531 kB in 1s (304 kB/s) W: GPG error: http://ftp.us.debian.org wheezy InRelease: Unknown error executing gpgv W: GPG error: http://debian.lcs.mit.edu wheezy InRelease: Unknown error executing gpgv W: GPG error: http://debian.lcs.mit.edu wheezy-updates InRelease: Unknown error executing gpgv 我试过重新安装钥匙圈: 解决方法
请试试这个:
打开终端并运行以下命令: sudo apt-get clean sudo rm -rf /var/lib/apt/lists/* sudo apt-get clean sudo apt-get update (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- Bash Shell内建命令(内置命令)一览表[附带说明]
- 良好的Linux TCP / IP监控工具,不需要root访问权限?
- linux – 我可以将我的脚本放在/usr/bin中吗?
- Is It Good To Use LED Wall Light In Household Space?
- 如何安装NFS卷“假写”?
- linux – 在Oracle中,如何更改“默认”数据库?
- 16条技巧让你更高效使用SSH
- linux – Windows客户端的最佳文件共享协议?
- 如何通过curl发送包含json对象和图像文件的multipart / for
- 什么时候setsid()有用,或者为什么我们需要在Linux中对进程进