About 115,000 results
Open links in new tab
  1. linux - debian apt-get permission denied - Stack Overflow

    Dec 8, 2015 · E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? and also when I run …

  2. How to use apt-get install in docker when there is a Could not …

    Jun 16, 2022 · I did not have the USER line that you added in my original file, once I added it in the Dockerfile the apt ran without any problem. I'm brand new to Docker so I can't tell you if …

  3. apt-get install python3-venv is not working - Stack Overflow

    Mar 8, 2022 · I am using a chromebook, using Debian. I need to run the terminal command python -m venv env, but when I use it, I get the errors The virtual environment was not created …

  4. unix - could not open lock file /var/lib/dpkg/lock - Stack Overflow

    May 7, 2025 · I'm getting error as below when tried to install a software on ubuntu in VM. I could download any software if i'm a root user. But i forget my password now. Is there ...

  5. Unable to install curl command in kubernetes pod - Stack Overflow

    Jul 21, 2021 · I am using the below command to install curl in one of the pods: $ apt-get install curl But , I am getting below error: E: Could not open lock file /var/lib/dpkg/lock ...

  6. Azure DevOps Deployment : E: Could not open lock file …

    Dec 8, 2022 · Azure DevOps Deployment : E: Could not open lock file /var/lib/dpkg/lock on Azure Cloud Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 1k times

  7. python 3.x - Docker | PermissionError: [Errno 13] Permission …

    Mar 6, 2023 · I just had this problem on my Ubuntu system while installing python3.6. I found this discussion on the docker forum, which basically states, that having installed docker as snap …

  8. Despite using sudo, I am getting error while installing git

    Apr 28, 2021 · my command is this, as is given in git website $ sudo apt update; apt install git I got this error $ E: Could not open lock file /var/lib/dpkg/lock-frontend - open ...

  9. How to apt-get install in a GitHub Actions workflow?

    Sep 18, 2019 · E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied) Its a permission issue. So nice and simple, run it with sudo. Sample example below

  10. I can't install mysql on ubunut 20.04 - Stack Overflow

    Feb 2, 2022 · For E: Could not open lock file /var/lib/dpkg/lock-frontend , you can use sudo rm /var/lib/dpkg/lock-frontend