[System Installation] 奇怪的apt upgrade失败 Resolved
Tofloor
poster avatar
grog
deepin
2024-01-09 12:17
Author
执行sudo apt update && sudo apt upgrade失败,查了一下当前的apt源文件,里面就是两行deepin的源,为啥会去找microsoft的源还停止了更新的继续呢?
输出如下:
 
 
xxx@XXX-PC:~$ sudo apt update && sudo apt upgrade
[sudo] xxx 的密码:
忽略:1 http://packages.microsoft.com/repos/vscode stable InRelease
错误:3 http://packages.microsoft.com/repos/vscode stable Release
  连接失败
命中:2 https://community-packages.deepin.com/beige beige InRelease
正在读取软件包列表... 完成   
E: 仓库 “http://packages.microsoft.com/repos/vscode stable Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。


Reply Favorite View the author
All Replies
阿尼樱奈奈
Moderator
2024-01-09 12:43
#1

去 /etc/apt/sources.list.d 这个目录删除或注释对应的list文件

第三方软件的源一般都以list文件的方式放在 /etc/apt/sources.list.d 这个目录

Reply View the author
babyfengfjx
Super Moderator
CQA
2024-01-09 13:48
#2

主要是第三方源的问题:E: 仓库 “http://packages.microsoft.com/repos/vscode stable Release” 没有 Release 文件。 ,可以禁用微软的这个源应该就可以。

Reply View the author
grog
deepin
2024-01-09 13:49
#3

谢谢!解决了

Reply View the author