命令更新更新15.7,有两个包hash校验错误
Tofloor
poster avatar
coldlook
deepin
2018-08-21 17:41
Author


更新了一晚上,早上发现有两个包校验不过,网上搜了搜有两个命令
sudo apt-get cleansudo rm -rf /var/lib/apt/lists/*如果我使用了这命令,是不是又要从头开始下载了?有么有其他的解决办法?
Reply Favorite View the author
All Replies
avatar
coldlook
deepin
2018-08-21 17:51
#1
手动置顶
Reply View the author
avatar
Island
deepin
2018-08-21 17:53
#2
sudo apt-get clean 会把下载deb都清理掉, sudo apt-get purge gnome-icon-theme 先把这个包卸载,再sudo apt-get update && sudo apt-get dist-upgrade 升级
Reply View the author
avatar
coldlook
deepin
2018-08-21 17:58
#3
https://bbs.deepin.org/post/167409
sudo apt-get clean 会把下载deb都清理掉, sudo apt-get purge gnome-icon-theme 先把这个包卸载,再su ...

感谢,可以了
Reply View the author