반응형
Error 해결 방법
1. apt, apt-get를 이용한 설치 관련 에러
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?
해결 방법
# killall apt apt-get
# rm /var/lib/apt/lists/lock
# rm /var/cache/apt/archives/lock
# rm /var/lib/dpkg/lock*
# dpkg --configure -a
2. vmware tools clipboard not working
# apt install open-vm-tools-desktop
'Study > 기타' 카테고리의 다른 글
Package-lock.json이란? (0) | 2022.11.16 |
---|---|
[MAC] AWS-Vault 설치 및 사용법 (0) | 2022.11.10 |
Git 사용법 (With GitHub) (0) | 2022.08.27 |
Docker 명령어 정리 (0) | 2022.08.06 |
전자 서명 동작 과정 (0) | 2022.08.06 |
댓글