IT Log
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend. 본문
Open Source/Apache
Waiting for cache lock: Could not get lock /var/lib/dpkg/lock-frontend.
newly0513 2021. 3. 26. 09:53728x90
반응형
오류 발생
- Airflow 설치 중 'sudo apt install python3-testresources' 에서 발생
해결 방안
- 아래 명령을 실행 후 오류가 발생했던 명령 재실행
sudo rm /var/lib/dpkg/lock*
※ 그 외 해결 방안이 있으나, 시도해보지 않음
- 재부팅
- sudo killall apt apt-get
- sudo rm /var/lib/apt/lists/lock
- sudo rm /var/cache/apt/archives/lock
728x90
반응형
'Open Source > Apache' 카테고리의 다른 글
launchpadlib 1.10.13 requires testresources, which is not installed. (0) | 2021.03.26 |
---|---|
Airflow 설치 (0) | 2021.03.25 |
kubernetes 설치 (0) | 2021.03.25 |
HIVE 구성 (with MySQL) (1) | 2021.03.24 |
Hadoop 완전분산모드(Fully-Distributed) (0) | 2021.03.24 |
Comments