반응형
os 시간 설정이 안맞은 상태에서 update 진행하니 안되서 시간 수정후 다시 진행하니 다음과 같은 에러가 발생
Reading package lists... Done
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 5559 (unattended-upgr)
N: Be aware that removing the lock file is not a solution and may break your system.
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
해결방법은 다음과 같다.
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock*
반응형
'LINUX' 카테고리의 다른 글
[linux] conntrack에 대해 알아보자(iptables) (0) | 2024.03.11 |
---|---|
[linux] top 명령어 활용법! (0) | 2024.03.05 |
linux iptables 설정 (0) | 2024.01.15 |
ubuntu swap 메모리 설정 및 권장 크기 (0) | 2023.12.21 |
[ubuntu] linux 자바 버전 변경 (0) | 2023.11.08 |
댓글