我正在运行带有 KDE 的 Ubuntu 13.04。今天,软件更新通知显示安全更新包含对 libfs6、libx11-6、libx11-data 等的更新。
当继续更新时,它会要求我输入密码,然后显示一条消息:
The following pieces of software cannot be verified. WARNING: Installing unverified software represents a security risk, as the presence of unverifiable software can be a sign of tampering. Do you wish to continue/ cancel
当然,我已经取消了更新。问题可能出在哪里/我该如何解决?更重要的是,我的系统是否遭到了黑客攻击/入侵?
答案1
我认为这意味着您拥有 Ubuntu APT 密钥的旧副本(用于验证您安装的软件包是否合法);您可能尚未被黑客入侵。获取sudo apt-get update
最新密钥后这种情况是否还会继续发生?
以下是基本介绍:http://wiki.debian.org/SecureApt
如果使用测试版或不稳定版,您可能会遇到的另一个问题是,如果您最近没有运行 apt-get update 并且 apt-get install 包,apt 可能会抱怨无法通过身份验证(为什么会这样?)。apt-get update 将修复此问题。