sunsili 发表于 2023-7-13 14:21:47

运行apt update 出错 Problem executing scripts APT::Update::Post-Invoke-Su...

运行apt update 出错 Problem executing scripts APT::Update::Post-Invoke-Success

现象:
运行apt update 出错
......
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

解决方法:
运行如下命令:
sudo apt purge libappstream3 -y


页: [1]
查看完整版本: 运行apt update 出错 Problem executing scripts APT::Update::Post-Invoke-Su...