[linux] E: could not get lock /var/lib/dpkg/lock-frontend. It is held by processIT/linux2022. 8. 25. 22:58
Table of Contents
문제
E: could not get lock /var/lib/dpkg/lock-frontend. It is held by process (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/dpgk/lock-frontend), is a nother 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
apt update
'IT > linux' 카테고리의 다른 글
[linux] postfix command (0) | 2022.08.25 |
---|---|
[linux] postfix 구축 (0) | 2022.08.25 |
[linux] unable to resolve host : Name or service not known (0) | 2022.08.25 |
[linux] passwd: Authentication token manipulation error (0) | 2022.08.25 |
[linux] Raid 변경 후 mount (0) | 2021.05.27 |
@주니- :: 주니
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!