반응형
error ][ Unable to acquire the dpkg frontend lock

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hacker@ubuntu:~/src/schrodinger/schrodinger-equation-1d-demo$ sudo killall apt apt-get | |
apt: no process found | |
apt-get: no process found | |
hacker@ubuntu:~/src/schrodinger/schrodinger-equation-1d-demo$ sudo rm /var/lib/apt/lists/lock | |
hacker@ubuntu:~/src/schrodinger/schrodinger-equation-1d-demo$ sudo rm /var/cache/apt/archives/lock | |
hacker@ubuntu:~/src/schrodinger/schrodinger-equation-1d-demo$ sudo rm /var/lib/dpkg/lock* | |
hacker@ubuntu:~/src/schrodinger/schrodinger-equation-1d-demo$ sudo dpkg --configure -a | |
hacker@ubuntu:~/src/schrodinger/schrodinger-equation-1d-demo$ sudo apt update |
반응형