系统更新失败
Tofloor
poster avatar
帅哥
deepin
2020-09-13 21:13
Author
设置里的更新总是更新失败
Reply Favorite View the author
All Replies
WangZhongyun
deepin
2020-09-13 21:29
#1
可能里面有个软件不能更新所致,如spark里的天书棋谈(打的包有问题)
Reply View the author
lcw0268
deepin
2020-09-13 21:34
#2
楼主自己清理一下/etc/apt/里面的不是 deepin系统的源。
楼主是新接触deepin的吧?看楼主发的4个主题帖,都是问题,且问题都是自己造成的。
学习应该靠自己,并且自己作为自己负责。
我不带恶意。
坐坐沙发就走。
Reply View the author
cx932773680
deepin
2020-09-13 22:21
#3
https://bbs.deepin.org/post/201978
楼主自己清理一下/etc/apt/里面的不是 deepin系统的源。
楼主是新接触deepin的吧?看楼主发的4个主题帖,都 ...

出于好奇第一次使用linux系统,也碰到了楼主的更新失败的问题,你说的这种办法可以详细点吗,纯小白一个
Reply View the author
Haydn
deepin
2020-09-13 22:45
#4
终端命令更新,如果如出现404错误,sudo sh -c 'echo "61.54.25.98 community-packages.deepin.com" >> /etc/hosts',然后就更新成功了。
Reply View the author
huangwcr
deepin
2020-09-13 22:48
#5
终端执行   sudo apt update 或者 sudo apt update && sudo apt dist-upgrades
Reply View the author
dongfeng
deepin
2020-09-13 23:07
#6
确实是404问题,不能怪楼主。
Reply View the author
152******14
deepin
2020-09-14 00:08
#7

如果更新出现404错误,是由于cdn缓存未同步完成.
终端执行:
sudo sh -c 'echo "61.54.25.98    community-packages.deepin.com" >> /etc/hosts'
再尝试更新
Reply View the author