ubuntu E:Could not get lock/var/lib/dpkg/lock-frontend 해결 방법

591 단어 ubuntulinux
Ubuntu 에서 sudo apt install xxx 를 사용 할 때 다음 과 같은 오 류 를 알려 줍 니 다.
E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?

해결 방법:
  • apt-get 에 프로 세 스 가 사용 되 고 있 는 지 찾 아 보 세 요.다음 명령 으로 프로 세 스 번 호 를 찾 습 니 다
  • ps aux | grep apt
    

    kill 명령 으로 프로 세 스 를 죽 입 니 다.
    sudo kill -9    
    
  • 알림 파일 을 삭제 합 니 다.
  • sudo rm  /var/lib/dpkg/lock-frontend
    

    좋은 웹페이지 즐겨찾기