{{Box|text=
# Make sure folder <code>{{{store_where}}}</code> exists. {{CodeSelect|code=
mkdir --parents {{{store_where}}}
}}
# Navigate to {{archive_link
|url={{{url}}}
|onion={{{onion}}}
|text={{{text}}}
}} and download {{{software}}} and the associated file signature (<code>.asc</code>). Store it in folder <code>{{{store_where}}}</code>.
# Read {{archive_link
|url=https://support.torproject.org/tbb/how-to-verify-signature/
|onion=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 ("<code>gpg</code>"). Download and import the necessary keys.
# Perform digital software signature verification for the {{{software}}} download.
# Navigate to folder <code>{{{store_where}}}</code> with a file manger. Thunar example: <code>Thunar</code> &rarr; <code>View</code> &rarr; <code>Show Hidden Files</code>
# If the old version of {{{software}}} is still open, close it.
# If there already is a folder <code>{{{path_installed}}}</code>, rename the old <code>{{{path_installed}}}</code> to something else.
# Extract {{{software}}}: <code>Right-click on the downloaded archive</code> &rarr; <code>extract</code> &rarr; <code>extract archive here</code>
# The process is complete.
# To start {{{software}}}: <ref>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]].</ref>

* '''A)''' <u>If intending to use a graphical user interface</u>: Start {{{software}}} from the start menu.
* '''B)''' <u>If intending to use a terminal</u>, run the following command: {{CodeSelect|code=
{{{starter}}}
}}
* '''C)''' Starting Tor Browser directly without Tor Browser Starter (<code>/usr/bin/torbrowser</code>) by {{project_name_short}}: {{CodeSelect|code=
~/.tb/tor-browser/Browser/start-tor-browser
}}
* '''D)''' Same as above in debug mode: {{CodeSelect|code=
~/.tb/tor-browser/Browser/start-tor-browser --debug
}}
}}