我正在尝试在DigitalOcean Server上的ubuntu 14上安装letsencrypt,但是遇到了这个问题。
我尝试安装sudo但是同样的错误,也尝试安装libs但没有任何反应。
apt-key更新结果:
gpg: key 437D05B5: "Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>" not changed
gpg: key FBB75451: "Ubuntu CD Image Automatic Signing Key <cdimage@ubuntu.com>" not changed
gpg: key C0B21F32: "Ubuntu Archive Automatic Signing Key (2012) <ftpmaster@ubuntu.com>" not changed
gpg: key EFE21092: "Ubuntu CD Image Automatic Signing Key (2012) <cdimage@ubuntu.com>" not changed
gpg: Total number processed: 4
gpg: unchanged: 4
答案 0 :(得分:0)
您需要安装(或更新)用于验证包的公钥。
这样做:
apt-key update
apt-get update
答案 1 :(得分:0)
您可以在此处找到答案:https://askubuntu.com/questions/102153/untrusted-package-errors-after-installing-security-tools
但是简单的事就是使用这些命令:
apt-get autoclean
apt-get --purge autoremove
apt-get dist-upgrade
这可以解决您的问题或查看链接。