I'm trying to run this command in the terminal:
sudo apt install software-properties-common
This is the error message I get:
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?
This may happen if
'Synaptic Package Manager' or 'Software Updater' is open.
Some apt command is running in Terminal.
Some apt process is running in background.
For above wait for the process to complete. If this does not happen run in terminal:
If none of the above works, remove the lock files. Run in terminal: (Note that this can seriously break your system.)
then reconfigure the packages. Run in terminal:
and
That should do the job.