1

Whenever I try to install steam on the Terminal, it replies:
E: Could not get lock /var/lib/dpkg/lock - open (11: Resource temporarily unavailable) E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? What's happening? Is there a way to fix it? If it matters, I have installed Elementary OS Freya.

2 Answers 2

1

First try rebooting and if that does not work try running

sudo rm /var/lib/dpkg/lock sudo dpkg --configure -a 

Now try to install Steam (remember to use sudo)

1

This happens whenever you try to work with packages in one process (i.e. application), but some other application is already working with packages (as you can see in error message "...is another process using it?"). Maybe updates are installing while you were trying to install Steam, or Software Center was opened and something was downloading. When you encounter this, try to close all other package-managing applications, and if that doesn't help, do what Suici said.

1
  • Yes, it might be updates Commented Mar 12, 2016 at 13:04

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.