티스토리 뷰
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?
nodejs를 설치하고 세팅하는 과정에서 어떤 명령어를 입력하면 자꾸 이 에러가 발생한다.
<해결 방법>
sudo killall apt apt-get
-> no process 라고 뜨면 아래 세 줄 입력
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock*
그 다음
sudo dpkg --configure -a
sudo apt update
를 입력해주면 에러 해결!
반응형
'에러 해결' 카테고리의 다른 글
에러 해결- Jupyter Notebook에서 ' ModuleNotFoundError: No module named 'tensorflow' ' (0) | 2019.09.22 |
---|---|
에러 해결- 'IndentationError: expected an indented block' (0) | 2019.09.08 |
에러 해결- 'ImportError: DLL 초기화 루틴을 실행할 수 없습니다.' (0) | 2019.09.05 |
[에러 해결] Eclipse ' 'Building workspace' has encountered a problem ' (0) | 2019.04.22 |
[에러 해결] 'Error: Could not find or load main class' (3) | 2019.04.22 |
댓글