我通过软件中心尝试进行的任何安装都告诉我:
需要安装不受信任的软件包:该操作将需要从未经身份验证的来源安装软件包。
我apt-get update
从命令行执行了一个操作,然后删除了密钥损坏的软件源(我添加了PPA),然后在软件中心的软件源中取消选中它们,但无济于事。我再也无法从软件中心安装任何东西-仅在apt-get命令行中安装。
卸载/安装是唯一的选择吗?我不想破坏我拥有的其他PPA。
附加信息:
这是apt-get update中的粘贴:
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net oneiric Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B725097B3ACC3965
W: GPG error: http://us.archive.ubuntu.com oneiric Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
我尝试了apt-key更新,但没有效果(两个键未更改)。
apt-get update
and 的输出apt-get upgrade
以及其中的内容/etc/apt/sources.list
可以在此pastebin帖子中找到。
cat /etc/apt/sources.list
,以及sudo apt-get update && sudo apt-get upgrade