Error when try to install subversion on linux [closed]
- by Juan Carlos Vega Neira
Possible Duplicate:
Fixing Could not get lock /var/lib/dpkg/lock
I have installed Ubuntu server 11.10 and after the installation finishes I installed apache server by this code.
sudo apt-get install apache2
Then I tried to install subversion by this code:
sudo apt-get install subversion
as I saw on some blogs and got this error:
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?
How can I solve this error?