Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 501  / 2 Years ago, tue, june 21, 2022, 7:39:34

I'm using Ubuntu 12.04 and i'm trying to get Tor Browser Bundle. i've downloaded the package and then the tor project website tells me to put this in my terminal



tar -xvJf tor-browser-linux32-3.5_LANG.tar.xz


I tried that but it gave me this ERR0R:



tar (child): tor-browser-linux32-3.5_LANG.tar.xz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now


..Help?


More From » tor

 Answers
1

The term LANG in tar -xvJf tor-browser-linux32-3.5_LANG.tar.xz stands for the language of the bundle. So if you downloaded the english version you would have to substitute LANG by en-US. The correct command in this case is



tar -xvJf tor-browser-linux32-3.5_en-US.tar.xz

[#27511] Tuesday, June 21, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
steaocyte

Total Points: 345
Total Questions: 122
Total Answers: 121

Location: Spain
Member since Wed, Nov 23, 2022
1 Year ago
steaocyte questions
;