如下,在终端执行sudo 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

尝试执行purge libappstream3进行修复,但是又出现Lock的问题

sudo apt purge libappsteam3
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?

此时需要先取消lock,修复步骤如下:

sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock

然后再重新执行sudo apt purge libappsteam3就可以了。

ubuntu16.04 update 出现 aborted(core dumped)错误相关推荐

  1. Ubuntu18.04报错:Aborted (core dumped) (classes.jar.toc.tmp ) ninja: build stopped: subcommand failed解决

    报错:/bin/bash: line 1: 13460 Aborted (core dumped) ( out/host/linux-x86/bin/ijar out/target/common/ob ...

  2. Aborted(core dumped)

    在用caffe训练的时候发现Aborted(core dumped)错误,搜索后发现可能原因是train_val.prototxt中train部分的batch_size设置过大导致.将batch_si ...

  3. Segmentation fault (core dumped) 和double free or corruption (out)Aborted (core dumped)

    代码链接:GitHub - gaoxiang12/slambookContribute to gaoxiang12/slambook development by creating an accoun ...

  4. Linux遇到Aborted (core dumped)

    1.问题描述 或出现: 2.关于Core Dump的分析 2.1 什么是Core Dump Core的意思是内存, Dump的意思是扔出来, 堆出来.在开发(或使用)一个程序时,有时程序莫名其妙的do ...

  5. 『C/C++养成计划』C++项目遇到Aborted (core dumped)的处理方法

    C++项目遇到Aborted (core dumped)的处理方法 文章目录 一. 关于Core Dump的分析 1.1. 什么是Core Dump 1.2. 为何有时程序Down了,却没生成 Cor ...

  6. ubuntu16.04下安装openssh-server报依赖错误的解决方法

    ubuntu16.04下安装openssh-server报依赖错误的解决方法 参考文章: (1)ubuntu16.04下安装openssh-server报依赖错误的解决方法 (2)https://ww ...

  7. caffe 报错 Aborted(core dumped

    @[TOC](caffe 报错 Aborted(core dumped)) caffe 报错: Aborted(core dumped) 问题原因 caffe 数据问题,检查数据包

  8. 【电脑配置】三、解决ubuntu16.04系统无法连接wifi的错误

    电脑配置之解决ubuntu16.04系统无法连接wifi的错误 目录 电脑配置之解决ubuntu16.04系统无法连接wifi的错误 前言 一.检查内核版本和网卡驱动 二.升级内核 1.手动下载所需内 ...

  9. Qt5.9.0 远程Xshell 问题Could not initialize GLX Aborted (core dumped)

    在服务器上安装QT5.9.0后,通过Xshell进行访问,会遇到 Could not initialize GLX Aborted (core dumped) 的问题, 解决办法: 在启动命令前加 Q ...

最新文章

  1. CentOS 6.5+Nagios4.0.2+Msmtp+Mutt邮箱报警
  2. 解决Debian 9 iwlwifi固件缺失导致无法连接无线网络的问题
  3. 关于program patterns的一些思考
  4. Ubuntu16.04下CUDA 9.0 + cuDNN v7.0 + tensorflow 1.6.0(GPU)环境搭建
  5. 算法系列15天速成——第十三天 树操作【下】
  6. InterruptedException和中断线程的说明
  7. Linux命令应用大词典-第25章 备份与还原
  8. 智能手机市场输家和赢家:Android手机厥后居上
  9. Jquery实现搜索框提示功能
  10. CentOS 6.6上搭建C++运行环境
  11. 建站百科|如何做好网站Banner设计
  12. php提取pdf中的文字,如何提取pdf中的文字内容 如何从pdf中提取文字
  13. 联想交换机服务器型号,ThinkSystem DB610s光纤交换机
  14. Jquery仿IGoogle实现可拖动窗口(源码)
  15. 记一次高德地图引入 AMap is not defined 血坑
  16. 框架内(React)网页打印的实现
  17. 到底什么是数据中台?
  18. 浅谈DSD音频 是发展趋势还是厂商噱头
  19. 计算机课件脚本ppt,ppt课件脚本的写法
  20. iOS-记一些官网地址

热门文章

  1. 陪读21:《像利弗莫尔一样交易·买在关键点》——板块时机
  2. 佐治亚大学提供金融科技学位课程
  3. java调用kettle自定义kettle.properties配置文件路径
  4. 星梦小组KTV点歌系统简介
  5. 某侦察队接到一项紧急任务,要求在A、B、C、D、E、F六个队员中尽可能多地挑若干人,但有以下限制条件: 1)A和B两人中至少去一人; 2)A和D不能一起去; 3)A、E和F三人中要派两人去; 4)B和
  6. vue : 无法加载文件 C:\Users\xxx\AppData\Roaming\npm\vue.ps1,因为在此系统上禁止运行脚本
  7. 【开发技能】研发线上事故总结!
  8. Nacos的配置及使用--windows
  9. 数据库开发与设计规范
  10. Sqlite3 学习记录