Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- JSON
- 이클립스 주석
- java.net.bindexception
- 라즈베리파이
- MFC
- windows terminal
- setonkeylistener
- 시놀로지 색인
- linearlaout
- cloud station
- Wraith Spire
- synology
- Eclipse
- truncated
- SSL 인증서가 변경되었습니다
- c++
- github
- formatting failed
- audio station버그
- SetWindowTextW
- quickconnect
- cloudstation
- 장치 데이터 오류
- ds cloud
- 주석 숨김
- Linux
- IntelliJ
- urllib3
- git
- clp 325wk
Archives
- Today
- Total
딸기스무디
Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 본문
linux
Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
strawberry-smoothie 2019. 11. 18. 10:00E: 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 update, apt-get upgrade시에 위와 같은 에러가 발생했을시 해결법
다음과 같은 명령어를 입력해서 디렉토리 및 파일 삭제
sudo rm -rf /var/lib/apt/lists/lock
sudo rm -rf /var/cache/apt/archives/lock
sudo rm -rf /var/lib/dpkg/lock*
sudo dpkg --configure -a
'linux' 카테고리의 다른 글
crontab 사용팁 (0) | 2020.08.22 |
---|---|
리눅스 포트확인 & 개방하기 (0) | 2020.07.25 |
라즈베리파이 wifi 끊김현상 해결 (1) | 2019.11.29 |
리눅스 root계정 초기비밀번호 설정하기 (0) | 2019.11.24 |
VMware Workstation and Device/Credential Guard are not compatible. VMware Workstation can be run after disabling Device/Credential Guard. (0) | 2019.11.19 |
Comments