@@ -19,7 +19,7 @@ Here's how you can enable Tor Package Repository in Debian based distributions:
The package repository offers `amd64`, `arm64`, and `i386` binaries. Verify your operating system is capable of running the binary by inspecting the output of the following commend:
```
# dpkg --print-architecture
# dpkg --print-architecture
```
It should output either `amd64`, `arm64`, or `i386`. The repository does not support other CPU architectures.
...
...
@@ -31,7 +31,7 @@ It should output either `amd64`, `arm64`, or `i386`. The repository does not sup
To enable all package managers using the libapt-pkg library to access metadata and packages available in sources accessible over https (Hypertext Transfer Protocol Secure).
```
# apt install apt-transport-https
# apt install apt-transport-https
```
#### 2. Create a new file in `/etc/apt/sources.list.d/` named `tor.list`. Add the following entries:
...
...
@@ -63,17 +63,17 @@ Replace `<DISTRIBUTION>` with your Operating System codename. Run `lsb_release -
deb [arch=amd64 signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org focal main
deb-src [arch=amd64 signed-by=/usr/share/keyrings/tor-archive-keyring.gpg] https://deb.torproject.org/torproject.org focal main
```
Warning symptom, when running sudo apt update:
```
Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://deb.torproject.org/torproject.org focal InRelease' doesn't support architecture 'i386'
```
#### 3. Then add the gpg key used to sign the packages by running the following command at your command prompt:
This command results in the key being saved to a file found at the path `./tor.keyring`, i.e. in the current directory.
If `./tor.keyring` doesn't exist after running this command, something has gone wrong and you cannot continue until you've figured out why this didn't work.
...
...
@@ -104,7 +104,7 @@ The result of the command should produce something like this:
gpgv: Signature made Mon 16 Aug 2021 04:44:27 PM -03
gpgv: using RSA key 7A02B3521DC75C542BA015456AFEE6D49E92B601
gpgv: Good signature from "Nick Mathewson <nickm@torproject.org>"
gpgv: Good signature from "Nick Mathewson <nickm@torproject.org>"
If you get error messages containing 'No such file or directory', either something went wrong with one of the previous steps, or you forgot that these commands use example file names and yours will be a little different.
...
...
@@ -112,12 +112,12 @@ If you get error messages containing 'No such file or directory', either somethi
If you encounter errors you cannot fix, feel free to [download and use this public key](https://openpgpkey.torproject.org/.well-known/openpgpkey/torproject.org/hu/kounek7zrdx745qydx6p59t9mqjpuhdf) instead. Alternatively, you may use the following command:
Nick Mathewson key is also available on [keys.openpgp.org](https://keys.openpgp.org/) and can be downloaded from [https://keys.openpgp.org/vks/v1/by-fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB](https://keys.openpgp.org/vks/v1/by-fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB).
If you're using macOS or GNU/Linux, the key can also be fetched by running the following command:
* Do not use the packages in Ubuntu's repositories. They are not reliably updated. If you use them, you will miss important stability and security fixes.
* Determine your Ubuntu version by running the following command:
$ lsb_release -c
$ lsb_release -c
* As root, add the following lines to /etc/apt/sources.list. Replace 'version' with the version you found in the previous step:
deb https://deb.torproject.org/torproject.org version main
deb-src https://deb.torproject.org/torproject.org version main
* Add the gpg key used to sign the packages by running the following commands:
@@ -13,8 +13,8 @@ You should see an option to copy the log to your clipboard, which you will be ab
Alternatively, on GNU/Linux, to view the logs right in the terminal, navigate to the Tor Browser directory and launch the Tor Browser from the command line by running:
`./start-tor-browser.desktop --verbose`
`./start-tor-browser.desktop --verbose`
or to save the logs to a file *(default: tor-browser.log)*