I am unable to download Ubuntu SDK . Whenever I try the command given on the website. I get an error saying unable to lock the administration directory
.
Asked
Active
Viewed 85 times
0

Mukund
- 2,102
1 Answers
-1
Run these three commands on the terminal to remove the lock
sudo rm /var/lib/apt/lists/lock
sudo rm /var/lib/dpkg/lock
sudo rm /var/cache/apt/archives/lock

Avinash Raj
- 78,556
sudo
? Could you copy the complete operation, from start to end. Edit your question and add the information, do not use comments (these are comments). – Braiam Oct 31 '13 at 16:33