1

I want to install proxychains from terminal and the code is

apt-get install proxychains

but it said

Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

How can I fix this?

CatCoder
  • 659

1 Answers1

5

Execute the same command with sudo

sudo apt-get install proxychains

thefourtheye
  • 4,924