npm is not installing on ubuntu [duplicate]
This question already has an answer here:
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
21 answers
I can't install npm.Whenever i try to type
sudo apt-get install npm
this comes
`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 should i do
package-management npm
marked as duplicate by karel, Kevin Bowen, guiverc, Community♦ Dec 24 '18 at 7:26
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
21 answers
I can't install npm.Whenever i try to type
sudo apt-get install npm
this comes
`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 should i do
package-management npm
marked as duplicate by karel, Kevin Bowen, guiverc, Community♦ Dec 24 '18 at 7:26
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
21 answers
I can't install npm.Whenever i try to type
sudo apt-get install npm
this comes
`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 should i do
package-management npm
This question already has an answer here:
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
21 answers
I can't install npm.Whenever i try to type
sudo apt-get install npm
this comes
`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 should i do
This question already has an answer here:
Unable to lock the administration directory (/var/lib/dpkg/) is another process using it?
21 answers
package-management npm
package-management npm
asked Dec 24 '18 at 3:58
ashwin vinodashwin vinod
62
62
marked as duplicate by karel, Kevin Bowen, guiverc, Community♦ Dec 24 '18 at 7:26
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by karel, Kevin Bowen, guiverc, Community♦ Dec 24 '18 at 7:26
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Something is using your 'apt-get'/'apt'. Run these commands and you should be good to go:
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Something is using your 'apt-get'/'apt'. Run these commands and you should be good to go:
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
add a comment |
Something is using your 'apt-get'/'apt'. Run these commands and you should be good to go:
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
add a comment |
Something is using your 'apt-get'/'apt'. Run these commands and you should be good to go:
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
Something is using your 'apt-get'/'apt'. Run these commands and you should be good to go:
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock
sudo dpkg --configure -a
answered Dec 24 '18 at 4:19
CPHCPH
842
842
add a comment |
add a comment |