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?

Tshilidzi Mudau
  • 4,143
  • 3
  • 24
  • 32
CatCoder
  • 659
  • 5
  • 10
  • 18

1 Answers1

5

Execute the same command with sudo

sudo apt-get install proxychains

thefourtheye
  • 4,894
  • 2
  • 24
  • 32