ubuntu16.04在执行 sudo apt-get update的时候出错了,无法执行下去
如下
$ sudo apt-get update
命中:1 http://mirrors.aliyun.com/ubuntu xenial InRelease
命中:2 http://mirrors.aliyun.com/ubuntu xenial-updates InRelease
命中:3 http://mirrors.aliyun.com/ubuntu xenial-backports InRelease
命中:4 http://mirrors.aliyun.com/ubuntu xenial-security InRelease
命中:5 http://mirrors.aliyun.com/docker-engine/apt/repo ubuntu-xenial InRelease
命中:6 http://archive.canonical.com/ubuntu xenial InRelease
命中:7 http://archive.ubuntu.com/ubuntu xenial InRelease
*** Error in `appstreamcli': double free or corruption (fasttop): 0x00000000012edb50 ***
======= Backtrace: =========
在执行了下面的命令后问题解决了
~$ sudo apt-get purge libappstream3
在执行 sudo apt-get update后没有报错了
感谢博主,喝杯咖啡~
还没有人发表评论