问题:
执行apt-get update的时候提示:
root@sugon-PC:/etc/apt# apt-get update -y
错误:1
https://uos.deepin.cn/uos eagle InRelease
401 Unauthorized [IP: 223.111.183.30 443]
正在读取软件包列表... 完成
E: 无法下载
https://packages.chinauos.cn/uos/dists/eagle/InRelease 401 Unauthorized [IP: 223.111.183.30 443]
E: 仓库 “
https://packages.chinauos.cn/uos eagle InRelease” 没有数字签名。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。
解决办法:
1、
vim /etc/apt/sources.list
2、将第二行替换成:
deb
https://mirrors.aliyun.com/debian stable main contrib non-free
3、执行 apt-get update 成功!
原文:
https://www.cnblogs.com/132818Creator/p/13093260.html