Tor Browser:Installasi di Debian: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
Use the wget command once you have the latest .tar link as follows:
Use the wget command once you have the latest .tar link as follows:<syntaxhighlight lang="shell">
wget https://www.torproject.org/dist/torbrowser/10.5.4/tor-browser-linux64-10.5.4_en-US.tar.xz
</syntaxhighlight>Note, the above command is an example only. Make sure to check for the latest version.


wget <nowiki>https://www.torproject.org/dist/torbrowser/10.5.4/tor-browser-linux64-10.5.4_en-US.tar.xz</nowiki>
Once you have downloaded the installation archive, extract it using:<syntaxhighlight lang="shell">
tar -xvJf tor-browser-linux64-10.5.4_en-US.tar.xz
</syntaxhighlight>Launch Tor Browser Installation on Debian 11


Note, the above command is an example only. Make sure to check for the latest version.
Now, CD into the directory with:<syntaxhighlight lang="shell">
 
cd tor-browser_en-US
Once you have downloaded the installation archive, extract it using:
</syntaxhighlight>To start Tor Browser and set up configuration installation, use the following command:<syntaxhighlight lang="shell">
tar -xvJf tor-browser-linux64-10.5.4_en-US.tar.xz
./start-tor-browser.desktop
 
</syntaxhighlight>Note, this will launch Tor Browser. However, you will not see it in your Show Applications menu. To install the Tor Browser icon, you will need to add –register-app to the end of the command as follows:<syntaxhighlight lang="shell">
Launch Tor Browser Installation on Debian 11
./start-tor-browser.desktop --register-app
 
</syntaxhighlight>Example output:<syntaxhighlight lang="shell">
Now, CD into the directory with:
[joshua@localhost tor-browser_en-US]$ ./start-tor-browser.desktop --register-app  
cd tor-browser_en-US
Launching './Browser/start-tor-browser --detach --register-app'...  
 
Tor Browser has been registered as a desktop app for this user in ~/.local/share/applications/
To start Tor Browser and set up configuration installation, use the following command:
</syntaxhighlight>
./start-tor-browser.desktop
 
Note, this will launch Tor Browser. However, you will not see it in your Show Applications menu. To install the Tor Browser icon, you will need to add –register-app to the end of the command as follows:
./start-tor-browser.desktop --register-app
 
Example output:
 
[joshua@localhost tor-browser_en-US]$ ./start-tor-browser.desktop --register-app
Launching './Browser/start-tor-browser --detach --register-app'...
Tor Browser has been registered as a desktop app for this user in ~/.local/share/applications/


==Source==
==Source==