Ubuntu 16.04.3 LTS: apt-get update 失败处理 Aborted (core dumped)
7ffeed1eb000-7ffeed1ed000 r-xp 00000000 00:00 0 [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
Aborted (core dumped)
正在读取软件包列表… 完成
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-get purge libappstream3
或者
sudo apt-get remove libappstream3
执行完后再次执行sudo apt-get update命令就正常了。

相关文章:

  • 2021-09-13
  • 2021-05-30
  • 2021-11-01
  • 2022-12-23
  • 2022-01-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-12-21
  • 2021-06-16
相关资源
相似解决方案