Answers for "apt get update could not open lock file"

0

E: Could not get lock /var/cache/apt/archives/lock - open (11: Resource temporarily unavailable) E: Unable to lock the download directory

sudo killall apt-get
Posted by: Guest on June-03-2020
0

E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)

// This occurs due to permission denial
// simply add sudo

sudo apt install something

// Then input your password
Posted by: Guest on October-13-2021

Code answers related to "apt get update could not open lock file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language