{{Box|text=
{{IconSet|h1|1}} Make sure folder {{{store_where}}} exists.
{{CodeSelect|code=
mkdir --parents {{{store_where}}}
}}
{{IconSet|h1|2}} Navigate to {{ExtLink
|{{{url}}}
|{{{onion}}}
|text={{{text}}}
}} and download {{{software}}} and the associated file signature (.asc). Store it in folder {{{store_where}}}.
{{IconSet|h1|3}} Read {{ExtLink
|https://support.torproject.org/tbb/how-to-verify-signature/
|http://rzuwtpc4wb3xdzrj3yeajsvm3fkq4vbeubm2tdxaqruzzzgs5dwemlad.onion/tbb/how-to-verify-signature/
|text=https://support.torproject.org/tbb/how-to-verify-signature/
}} and learn how to perform digital software signature verification ("gpg"). Download and import the necessary keys.
{{IconSet|h1|4}} Perform digital software signature verification for the {{{software}}} download.
{{IconSet|h1|5}} Navigate to folder {{{store_where}}} with a file manager.
* PCManFM-Qt example: PCManFM-Qt → View → Show Hidden
* Thunar example: Thunar → View → Show Hidden Files
{{IconSet|h1|6}} If the old version of {{{software}}} is still open, close it.
{{IconSet|h1|7}} If there already is a folder {{{path_installed}}}, rename the old {{{path_installed}}} to something else.
{{IconSet|h1|8}} Extract {{{software}}}: Right-click on the downloaded archive → extract → extract archive here
{{IconSet|h1|9}} The process is complete.
{{IconSet|h1|10}} To start {{{software}}}: [Note this will not result in a [[Tips_on_Remaining_Anonymous#Refrain_from_"Tor_over_Tor"_Scenarios|Tor over Tor]] scenario when using Tor Browser. {{project_name_short}} has a mechanism to [[Dev/anon-ws-disable-stacked-tor|disable Tor stacking]].]
{{IconSet|h2|A}} If intending to use a graphical user interface: Start {{{software}}} from the start menu.
{{IconSet|h2|B}} If intending to use a terminal, run the following command:
{{CodeSelect|code=
{{{starter}}}
}}
{{IconSet|h2|C}} Starting Tor Browser directly without Tor Browser Starter (/usr/bin/torbrowser) by {{project_name_short}}:
{{CodeSelect|code=
~/.tb/tor-browser/Browser/start-tor-browser
}}
{{IconSet|h2|D}} Same as above in debug mode:
{{CodeSelect|code=
~/.tb/tor-browser/Browser/start-tor-browser --debug
}}
}}