Ubuntu16.04终端执行`sudo apt-get update`遇到appstream问题

在Ubuntu 16.04系统中,执行`sudo apt-get update`时遇到appstream问题。解决方法包括针对32位和64位系统的不同终端命令,执行后问题可得到解决。
摘要由CSDN通过智能技术生成

Ubuntu 16.04 终端执行sudo apt-get update遇到问题
“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. 32位系统 在终端执行以下命令:

sudo pkill -KILL appstreamcli
wget -P /tmp https://launchpad.net/ubuntu/+archieve/primary/+files/appstream_0.9.4-1ubuntu1_i386.deb
https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_i386.deb

sudo dpkg -i /tmp/appstream_0.9.4-1ubuntu1_i386.deb /tmp/libappstream3_0.9.4-1ubuntu1_i386.deb
执行完上述命令在执行sudo apt-get update即可。

2. 64位系统 终端执行以下命令:

sudo pkill -KILL appstreamcli

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值