You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apt-get update, will give lock-frontend issue (E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?). Can not execute any other apt install until
OS: ubuntu 18.04
aws instance type: c5.xlarge
This because of the apt issue with new linux versions. [1]
Executing with aws instances gives below error.
apt-get update, will give lock-frontend issue (E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?). Can not execute any other apt install until
OS: ubuntu 18.04
aws instance type: c5.xlarge
This because of the apt issue with new linux versions. [1]
[1] https://itsfoss.com/could-not-get-lock-error/
The text was updated successfully, but these errors were encountered: