我是靠谱客的博主 多情柚子,最近开发中收集的这篇文章主要介绍apt-get update失败处理,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

apt-get update失败处理


最近在Ubuntu上面执行sudo apt-get update时出现如下提示:
*** Error in `appstreamcli': double free or corruption (fasttop): 0x0000000001549c80 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7faf638d87e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7faf638e137a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7faf638e553c]
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_component_complete+0x439)[0x7faf63c5dd19]
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_data_pool_update+0x44a)[0x7faf63c5ef0a]
/usr/lib/x86_64-linux-gnu/libappstream.so.3(as_cache_builder_refresh+0x1c2)[0x7faf63c54272]
appstreamcli(ascli_refresh_cache+0x12e)[0x4049de]
appstreamcli(as_client_run+0x6fb)[0x403ceb]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7faf63881830]
appstreamcli(_start+0x29)[0x403519]
该问题需要执行如下命令才能解决:
sudo apt-get purge libappstream3
执行完后再次执行sudo apt-get update命令就正常了。
参考网址:https://askubuntu.com/questions/943463/library-corruption-error-during-apt-get-update

最后

以上就是多情柚子为你收集整理的apt-get update失败处理的全部内容,希望文章能够帮你解决apt-get update失败处理所遇到的程序开发问题。

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

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

评论列表共有 0 条评论

立即
投稿
返回
顶部