[Test feedback] 无法更新,无论设置更新还是终端更新。
Tofloor
poster avatar
交流
deepin
2026-03-11 03:38
Author

sudo apt update&&sudo apt dist-upgrade

E: 仓库 “https://mirrors.tuna.tsinghua.edu.cn/deepin crimson Release” 没有 Release 文件。
N: 无法安全地用该源进行更新,所以默认禁用该源。
N: 参见 apt-secure(8) 手册以了解仓库创建和用户配置方面的细节。

更新.png

系统日志.txt

Reply Favorite View the author
All Replies
jjcui8595
deepin
2026-03-11 06:16
#1

自行修改了原?建议改回官方源

Reply View the author
LiuYongzhang
deepin
2026-03-11 08:23
#2
在终端运行以下命令
sudo tee /etc/apt/sources.list > /dev/null <<'EOF' ## Generated by deepin-installer deb https://community-packages.deepin.com/beige/ crimson main commercial community #deb-src https://community-packages.deepin.com/beige/ crimson main commercial community EOF
Reply View the author
交流
deepin
2026-03-11 10:02
#3
LiuYongzhang
在终端运行以下命令
sudo tee /etc/apt/sources.list > /dev/null <<'EOF' ## Generated by deepin-installer deb https://community-packages.deepin.com/beige/ crimson main commercial community #deb-src https://community-packages.deepin.com/beige/ crimson main commercial community EOF

更新2.png

停留,无反应,无法更新。

Reply View the author
deepin流云
Super Moderator
Community OP
2026-03-11 11:15
#4
交流

更新2.png

停留,无反应,无法更新。

echo 'deb https://community-packages.deepin.com/beige/ crimson main commercial community' | sudo tee -a /etc/apt/sources.list > /dev/null

用这个命令试试,你上面失败是清华源挂了

Reply View the author
LiuYongzhang
deepin
2026-03-11 11:29
#5
交流

更新2.png

停留,无反应,无法更新。

sudo tee /etc/apt/sources.list > /dev/null <<'EOF'
## Generated by deepin-installer
deb https://community-packages.deepin.com/beige/ crimson main commercial community
#deb-src https://community-packages.deepin.com/beige/ crimson main commercial community
EOF
 
 
Reply View the author