Installing Tor in Debian environment

Jennifer_77

Commendable
Jan 7, 2017
1
0
1,510
I am trying to install Tor and after opening what I think is a "run" window, I get this error message. What am I doing wrong/

jennifer@debian:~$ apt-get install tor
E: 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?
 
Solution
Hey Jennifer_77,

You are not installing the file as root from what I can see.

your account type should atleast be admin
open terminal
type sudo -i
press enter
type the password
you should be using terminal as root now
enter apt-get install tor
and you should be good to go

If you need anymore help let me know

:)

- LE

LiquidEternity

Commendable
Jan 2, 2017
19
0
1,590
Hey Jennifer_77,

You are not installing the file as root from what I can see.

your account type should atleast be admin
open terminal
type sudo -i
press enter
type the password
you should be using terminal as root now
enter apt-get install tor
and you should be good to go

If you need anymore help let me know

:)

- LE
 
Solution