我是靠谱客的博主 甜蜜铅笔,最近开发中收集的这篇文章主要介绍Ubuntu18.04 apt update 出现Error,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

apt update时提示如下问题:

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'

解决办法:

依次执行:

step1: sudo pkill -KILL appstreamcli

step2: wget -P /tmp https://launchpad.net/ubuntu/+archive/primary/+files/appstream_0.12.0-3ubuntu1_amd64.deb https://launchpad.net/ubuntu/+archive/primary/+files/libappstream-4_0.12.0-3ubuntu1_amd64.deb


step3:sudo dpkg -i /tmp/appstream_0.12.0-3ubuntu1_amd64.deb /tmp/libappstream-dev_0.12.0-3ubuntu1_amd64.deb

最后

以上就是甜蜜铅笔为你收集整理的Ubuntu18.04 apt update 出现Error的全部内容,希望文章能够帮你解决Ubuntu18.04 apt update 出现Error所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(60)

评论列表共有 0 条评论

立即
投稿
返回
顶部