方法1

ps -e|grep apt-get

结果:6965 ? 00:00:01 apt-get

执行:sudo kill 6965

方法2

强制解锁,会删除文件目录

sudo rm /var/cache/apt/archives/lock

sudo rm /var/lib/dpkg/lock

方法3

重启系统

sudo systemctl --force --force reboot

linux ubuntu debian apt-get报错 Unable to acquire the dpkg frontend lock 解决方法相关推荐

  1. 遇到apt-get锁怎么办Unable to acquire the dpkg frontend lock

    apt-get 安装包时遇到以下错误(Ubuntu系统): E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource ...

  2. Ubuntu中 Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?问题的解决

    尝试网上kill apt进程无果,通过su命令切换到root用户,直接下载即可

  3. Ubuntu中Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend)问题的解决

    https://blog.csdn.net/shimadear/article/details/90598646

  4. mysql table plugin,MySql报错Table mysql.plugin doesn’t exist的解决方法

    MySql报错Table mysql.plugin doesn't exist的解决方法 一般产生原因是手工更改my.ini的数据库文件存放地址导致的 mysql服务启动时候找不到内置数据库" ...

  5. vue 报错 Cannot read property ‘__ob__‘ of undefined的解决方法

    vue 报错 Cannot read property '__ob__' of undefined的解决方法 参考文章: (1)vue 报错 Cannot read property '__ob__' ...

  6. python 报错 AttributeError: module ‘time‘ has no attribute ‘clock 解决方法

    源码如下: #引入所需要的时间库 import datetime import time#程序计时器,启动计时器 start = time.clock()#中间是放置需要测试运行时间的程序代码#计算启 ...

  7. php 正则报错,PHP正则替换函数preg_replace()报错:Notice Use of undefined constant的解决方法分析...

    本文实例讲述了PHP正则替换函数preg_replace()报错:Notice Use of undefined constant的解决方法.分享给大家供大家参考,具体如下: 环境错误级别:error ...

  8. 支付宝 报错 rsa_private read error : private key is NULL解决方法

    原因:  真机调试IOS支付宝功能GDB出现 rsa_private read error : private key is NULL提示 调试iOS 支付宝SDK的时候,执行demo.把 Partn ...

  9. zabbix报错cannot set resource limit: [13] Permission denied解决方法

    zabbix报错cannot set resource limit: [13] Permission denied解决方法 参考文章: (1)zabbix报错cannot set resource l ...

最新文章

  1. .net 学习 报错 Invalid temp directory in chart handler configuration [c:\TempImageFiles\]
  2. python itchat 的使用
  3. 价值1000毕业设计校园信息发布平台网站源码
  4. Oracle例外处理
  5. mysql客户端重庆_MySQL:MySQL工具以及5.7mysqlbinlog|mysql速度极慢问题
  6. 十进制转换为二进制数、八进制数和十六进制
  7. Hard problem CodeForces - 706C
  8. SSM+Dubbox电商项目 - 品优购mall
  9. Android手机投屏后没有声音,安卓手机镜像投屏没有声音解决办法
  10. 浏览器默认首页被360导航篡改解决办法
  11. 磨金石教育是正规的吗?插画好学吗?学习插画有哪些小技巧?
  12. Greenplum 实时数据仓库实践(8)——事实表技术
  13. 品西游之馒头引起的血案(上)
  14. 今日金融词汇---存货周转天数
  15. android电视怎么使用教程,手机无线投屏到电视机的方法和具体该操作
  16. 详解react生命周期
  17. SQL 索引的作用(真的是超详细)
  18. 设置页面图标和动态title
  19. 子线程更新UI,牵扯activity的启动过程
  20. pandas中series一维数组的创建、索引的更改+索引切片和布尔索引+dataframe二维数组的创建、基本属性、索引方法(传统方法和lociloc)、nan操作、排序+案例

热门文章

  1. Tungsten Fabric SDN — 社区贡献
  2. EdgeGallery — MECM — 系统架构
  3. 5G NGC — CAPIF 网络能力开放框架
  4. 架构师之路 — 分布式系统 — CAP 定理
  5. 电信设备产品简介材料收集
  6. 从源码带你看懂functools的partial方法
  7. 2008年10月热点问题!(Platform)
  8. Xcode终端常用的指令-终端输入
  9. [android] 异步http框架与实现原理
  10. [NET] 如何从 Winform 移植到 Webform [自己搞定HTTP协议]