0

I downloaded the Tor Browser and when I ran it, I get that it need to be updated.

So I when to the tor website and downloaded the tor bundle and extracted it.

When I double click on start-tor-browser it only opened the text file and wouldn't run tor. Even when I opened up the tor browser it still said it needed an update.

I used to run it on Ubuntu 12.04, but since I upgraded to 13.04 it wouldn't.

Is their a command I can use in terminal to start tor or how can i update the tor browser?

Lucio
  • 18,843
Linux noobie
  • 83
  • 2
  • 3
  • 8

2 Answers2

2

How to update?

Just download the latest version from their website.

How to run it?

After unzip the file:

  1. Grant execute privileges to the start-tor-browser file:

    chmod +x start-tor-browser
    
  2. Double click the file

  3. If you get a message, click on Run

That is all

Lucio
  • 18,843
0

I'm not a very advanced user, but I always run tor from the terminal (Ctrl+Alt+T). Go to the directory where you unpacked it using the cd and ls commands and then ./start-tor-browser

That's how I do it and it works very well.

Igor
  • 1