在Ubuntu 16.04中,试图更新软件。获取错误消息Failed to Download Repository Information。我的网络连接没问题。更改服务器两次,但仍然得到相同的消息。下面是消息中的详细信息的副本:
W:The repository 'http://ppa.launchpad.net/jfi/psensor-unstable/ubuntu xenial Release' does not have a Release file.,
W:Data from such a repository can't be authenticated and is therefore potentially dangerous to use.,
W:See apt-secure(8) manpage for repository creation and user configuration details.,
E:Failed to fetch http://ppa.launchpad.net/jfi/psensor-unstable/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found,
E:Some index files failed to download. They have been ignored, or old ones used instead."发布于 2016-11-20 18:59:41
根据发射台上的不稳定PPA传感器,这个PPA不是为Ubuntu16.04 Xenial提供的。它只为Ubuntu14.10 Utopic提供软件包。
看起来您试图集成PPA的Xenial部分,而这个部分(见上文)并不存在。如果存储库不存在,显然存储库所需的结构不在那里,在本例中是Releases和Packages文件。apt基本上抱怨说它无法获得这两个文件。而且,因为这两个文件列出了存储库中的内容,apt还告诉您,对于一个存储库(即不稳定的PPA),它无法更新包列表。
如果您需要从这个PPA的一些包,你必须找其他地方寻找他们。如果您不再需要此PPA,您应该能够节省地删除它。
https://askubuntu.com/questions/851592
复制相似问题