Problem executing scripts APT::Update::Post-Invoke-Success 'if /usr/bin/test -w /var/cache/app-i

书到用时方恨少,事非经过不知难。这篇文章主要讲述Problem executing scripts APT::Update::Post-Invoke-Success ' if /usr/bin/test -w /var/cache/app-i相关的知识,希望能为你提供帮助。
运行sudo apt-get update 时Ubuntu 16.04出现:
【Problem executing scripts APT::Update::Post-Invoke-Success ' if /usr/bin/test -w /var/cache/app-i】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‘
解决方法:
依次执行sudo pkill -KILL appstreamcli
wget -P /tmp https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.9.4-1ubuntu1_amd64.deb https://launchpad.net/ubuntu/+archive/primary/+files/libappstream3_0.9.4-1ubuntu1_amd64.deb
sudo dpkg -i /tmp/appstream_0.9.4-1ubuntu1_amd64.deb /tmp/libappstream3_0.9.4-1ubuntu1_amd64.deb

    推荐阅读