首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >释放文件不存在

释放文件不存在
EN

Ask Ubuntu用户
提问于 2016-12-14 06:36:21
回答 1查看 510关注 0票数 0

当我在终端上运行update-manager命令时,我会得到这个错误“

代码语言:javascript
复制
W: The repository 'http://ppa.launchpad.net/colingille/freshlight/ubuntu xenial Release' does not have a Release file. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/colingille/freshlight/ubuntu/dists/xenial/main/source/Sources  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
EN

回答 1

Ask Ubuntu用户

发布于 2016-12-14 06:57:47

404 error建议,在该存储库中没有任何用于ubuntuX异种的包候选。这是因为ppa不存在于这里 (16.04),正如您可以看到的那样。最新的软件包对应于15.04 (生动)。似乎WinUSB的PPA不再由作者维护。按照这些说明在16.04安装WinUSB。此外,请检查这个答案以获得WinUSB的替代方法。

为了解决这个问题,您可以简单地删除ppa:

代码语言:javascript
复制
sudo add-apt-repository -r ppa:colingille/freshlight
sudo apt update
票数 2
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/860476

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档