zoukankan      html  css  js  c++  java
  • E: could not get lock /var/lib/dpkg/lock-frontend

    . 问题详细提示如下:

    E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarly unavailable)

    E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is an other process using it?

    2. 如何解决这种问题呢?

      2.1 首先查看是否有apt-get这个程序在运行

      ps aux|grep apt-get

      2.2 如果发现存在这样的程序在运行那么就kill掉,否则执行2.3

      2.3 直接删除锁文件

      sudo rm /var/lib/dpkg/lock-frontend

      sudo rm /var/lib/dpkg/lock

  • 相关阅读:
    PCA
    Less
    Node.js的运行
    跨域
    Jquery中的Ajax
    JSON
    Ajax应用查询员工信息
    xampp中localhost与DreamWaver站点设置问题
    PHP
    HTTP是什么
  • 原文地址:https://www.cnblogs.com/zhouyuqiu/p/12829659.html
Copyright © 2011-2022 走看看