0

So I've installed TOR, via the directions here

sudo apt-get install tor deb.torproject.org-keyring
Reading package lists... Done
Building dependency tree       
Reading state information... Done
deb.torproject.org-keyring is already the newest version.
tor is already the newest version.
0 to upgrade, 0 to newly install, 0 to remove and 109 not to upgrade.

But I can not locate my tor browser in apps?

hg8
  • 13,462
  • Can you open a Terminal and run tor or tor-browser? Does it work that way? – Mertcan Ekiz Oct 08 '15 at 07:13
  • You downloaded the Tor daemon. The browser is currently not available as official package. If you want to use it, you need to download it from the website. – qbi Oct 14 '15 at 16:56

2 Answers2

0

Maybe you can just call it from terminal with torbrowser

If it works, you can create a .desktop file


Anyway, you can configure your system in system > network > mandatory > manually and set

socks host to localhost on the port 9050

Then, all your application (those set on system default) will transit by the tor network.

Hope it helps.

bastienho
  • 123
  • 5
0

Fixed.

After I followed the instructions from the aforementioned guide. I downloaded the Tor-Browser from here.

I then extracted the contents and ran the .desktopfile from within that folder. Everything worked.