我无法安装任何软件包。似乎apt-get update
必须运行该命令,但它会引发一些错误:
$ sudo apt-get update
Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:2 http://ve.archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://ve.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:4 http://ve.archive.ubuntu.com/ubuntu xenial-backports InRelease
Fetched 102 kB in 23s (4337 B/s)
*** Error in `appstreamcli': double free or corruption (fasttop): 0x000000000210f4b0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7fac8d8317e5]
[...]
Aborted (core dumped)
Reading package lists... Done
E: Problem executing scripts APT::Update::Post-Invoke-Success
'if /usr/bin/test -w /var/cache/app-info -a -e /usr/bin/appstreamcli;
then appstreamcli refresh > /dev/null; fi'
E: Sub-process returned an error code
答案1
这对我有用(从这里开始,https://forum.siduction.org/index.php?topic=6174.0):
sudo apt-get purge libappstream3
答案2
sudo apt install --reinstall libappstream3
可以修复它。
答案3
我来自这一页并被重定向到这里,在那里我无法回答,但这实际上是该页面的答案。由于我遇到了同样的问题(至少与相关问题之一相同,但我没有将它们联系起来,所以如果这不是适合您的解决方案,请原谅)并且发现很难找到正确的信息,但最终成功了,我想为什么不在这里分享它。我花了两天晚上的时间把这些碎片拼凑起来,但这就是我所做的,希望它能对你们中的一些人有所帮助。
我按照此程序清理了混乱局面,并先进行了备份,以防万一。
sudo apt install appstream/xenial-backports
sudo rm /etc/apt/apt.conf.d/50appstream
sudo rm /var/cache/app-info/xmls/fwupd.xml
sudo apt install --reinstall libappstream4
sudo appstreamcli refresh --force
sudo reboot
不确定是否需要重新启动,但重新启动后我执行了以下操作:
sudo appstreamcli refresh --force
并且不再有错误。
答案4
就我而言,清除或重新安装没有帮助。
然而,删除 apt.conf.d 条目确实解决了我的问题。
Friday 25 August 22:17:45 AEST 2017
LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:printing-9.20160110ubuntu0.2-amd64:printing-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
我运行了以下命令来消除错误:
sudo apt-get purge libappstream2
sudo rm /etc/apt/apt.conf.d/50appstream