Ubuntu16.04更新源后apt-get update报错的解决方法

解决方法是一条命令:

sudo apt-get purge libappstream3

或者

sudo apt-get remove libappstream3

然后再去执行

sudo apt-get update

就没有问题了。

参考博客如下
ubuntu 16.04更新镜像源出错之解决方办法

posted @ 2020-12-08 15:35  xchk138  阅读(538)  评论(0)    收藏  举报