19 Nov 2020

Sudo apt update Failure

收藏到CSDN网摘

Deppin is an amzingly polished Linux distro built upon Debian. It now evolves to v20. Interestingly, there's a tiny bug than prevents it from updating itself. However, there's a quick fix for that. You might get something like:
Ign:3 https://community-packages.deepin.com/printer eagle InRelease
Err:4 https://community-packages.deepin.com/printer eagle Release
404 Not Found [IP: 94.130.49.186 443]
The error was caused by the fact that the developer forget the update the server list properly. A quick fix is to edit the /etc/hosts file directly to add the missing information.
sudo deepin-editor /etc/hosts
then add
61.54.25.98 community-packages.deepin.com
Job done. The system can now be able to check updates and upgrade if necessary.

No comments :

Post a Comment