{"id":1594,"date":"2021-12-16T13:52:28","date_gmt":"2021-12-16T10:52:28","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/04\/22\/how-to-set-up-the-tor-browser-bundle-on-ubuntu\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/04\/22\/how-to-set-up-the-tor-browser-bundle-on-ubuntu\/"},"modified":"2021-12-16T13:52:28","modified_gmt":"2021-12-16T10:52:28","slug":"how-to-set-up-the-tor-browser-bundle-on-ubuntu","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1594-how-to-set-up-the-tor-browser-bundle-on-ubuntu\/","title":{"rendered":"How to set up the Tor Browser Bundle on Ubuntu"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Do you use Ubuntu and want to set up the Tor Browser Bundle but are unsure how to go about doing it? We can help! Follow along with this guide as we go over how to download and set up the Tor Browser Bundle on Ubuntu!<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400171 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-the-tor-browser-bundle-on-ubuntu.png\" alt=\"Tor Browser Bundle on Ubuntu\" width=\"1200\" height=\"588\"\/><\/p>\n<h2>Downloading the Tor Browser Bundle to Ubuntu<\/h2>\n<p>The Tor Browser Bundle is available to Ubuntu users directly through the Ubuntu software repositories. And while it is easier to install than downloading it directly from the internet, we don\u2019t recommend it.\u00a0<\/p>\n<p>Instead, it is a better idea to download the Tor Browser Bundle directly from the Tor Project website. That way, you can verify it is safe and can protect your privacy.<\/p>\n<p>To start the download process, click on this link to head over to the Tor Project official website in your favorite web browser. Once on the page, locate the \u201cDownload Tor Browser\u201d button on the home page, and click on it.<\/p>\n<p>After clicking on the download button, the website will take you to the official download page. Select the Linux icon to download the Tor Browser Bundle for Ubuntu.<\/p>\n<p>The download will only take a few seconds, as it is about 85 megabytes in size. When it is complete, the Tor Browser Bundle archive will be in your \u201cDownloads\u201d directory.\u00a0<\/p>\n<h2>Extracting the Tor Browser Bundle to Ubuntu<\/h2>\n<p>The Tor Browser Bundle is distributed in a Tar XZ archive format. Tar XZ archives are not executable programs, and you will not be able to connect to the Tor Network with this archive. Instead, you need to extract it.<\/p>\n<p>To extract the Tar XZ archive that contains the Tor Browser Bundle on Ubuntu, do the following. First, open up a terminal window. To open up a terminal window on the Ubuntu desktop, press\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard or search for \u201cTerminal\u201d in the app menu.<\/p>\n<p>Once the terminal is open and ready to go, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the \u201cDownloads\u201d directory where the Tor Browser Bundle Tar XZ archive is located.<\/p>\n<pre>\ncd ~\/Downloads\n<\/pre>\n<p>Inside the \u201cDownloads\u201d directory, use the <strong>tar\u00a0<\/strong>command to extract the browser bundle contents. This extraction shouldn\u2019t take long, but it is crucial if you want to access Tor on Ubuntu.<\/p>\n<pre>\ntar xvf tor-browser-linux64-*.tar.xz\n<\/pre>\n<p>When the extraction process is complete, you will see a new directory created in your \u201cDownload\u201d folder with the name \u201ctor-browser_en-US\u201d (you will not see \u201c_en-US\u201d if you live in a different country).<\/p>\n<p>Using the\u00a0<strong>mv\u00a0<\/strong>command, move the newly created Tor folder out of the \u201cDownload\u201d directory on Ubuntu. It must be moved, as files and folders in the \u201cDownload\u201d directory have a high chance of accidental deletion.<\/p>\n<pre>\nmv tor-browser*\/ ~\/\n<\/pre>\n<h2>Starting up Tor on Ubuntu<\/h2>\n<p>To start up the Tor Browser Bundle on Ubuntu, you\u2019ll need to run the executable file included in the browser bundle. To start up the executable, follow along with the instructions below.<\/p>\n<h4>GUI instructions<\/h4>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400169 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-the-tor-browser-bundle-on-ubuntu-2.png\" alt=\"\" width=\"1200\" height=\"655\"\/><\/p>\n<p>If you do not want to deal with the terminal to start up Tor on Ubuntu, you do not have to. It is possible to launch the app right from the Ubuntu file manager. To do it, do the following.<\/p>\n<p><strong>Step 1:<\/strong> Locate the \u201ctor-browser\u201d folder in your home directory, and click on it with the mouse.\u00a0<\/p>\n<p><strong>Step 2:<\/strong> Once inside the Tor folder, you should see a \u201cstart-tor-browser.desktop\u201d file. This file is a shortcut that, when clicked on, can quickly start up the Tor browser bundle and connection wizard.<\/p>\n<p>Right-click on the \u201cstart-tor-browser.desktop\u201d with the mouse to access the right-click menu. Then, find the \u201cProperties\u201d option, and select it with the mouse to access the file\u2019s properties.<\/p>\n<p><strong>Step 3:<\/strong> Inside the \u201cProperties\u201d window, locate \u201cPermissions.\u201d Then, check the box that says \u201cAllow executing file as program.\u201d When done, close the Properties window.<\/p>\n<p>With the permissions set, double-click on the shortcut file to open up the app.<\/p>\n<h4>Terminal instructions<\/h4>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-400171 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-set-up-the-tor-browser-bundle-on-ubuntu.png\" alt=\"\" width=\"1200\" height=\"588\"\/><\/p>\n<p>If the GUI method for starting up Tor doesn\u2019t work for you on Ubuntu, do not worry! It is also possible to do this in the Linux terminal. Here\u2019s how.<\/p>\n<p><strong>Step 1:<\/strong> Open up a terminal window on the Ubuntu desktop by pressing\u00a0<strong>Ctrl + Alt + T\u00a0<\/strong>on the keyboard. After that, use the\u00a0<strong>CD\u00a0<\/strong>command to move into the Tor folder in your home directory.<\/p>\n<pre>\ncd ~\/tor-browser_*\/Browser\/\n<\/pre>\n<p><strong>Step 2:<\/strong> Once you\u2019re inside the folder, use the following command to start up the Tor Browser connection wizard.\u00a0<\/p>\n<pre>\n.\/start-tor-browser\n<\/pre>\n<h3>Using the connection wizard<\/h3>\n<p>With the connection wizard open, you\u2019ll need to click on the \u201cConnect\u201d button to connect your Ubuntu PC to the Tor network. Be sure to read all information in the connection tool, as it explains in detail how to use and connect to Tor.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Do you use Ubuntu and want to set up the Tor Browser Bundle but are unsure how to go about doing it? We can help! Follow along with this guide as we go over how to download and set up the Tor Browser Bundle on Ubuntu! Downloading the Tor Browser Bundle to Ubuntu &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1595,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1594"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1594"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1594\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1595"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1594"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1594"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1594"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}