Peter Palfrader commited on 2012-02-17 17:27:35
Zeige 1 geänderte Dateien mit 18 Einfügungen und 3 Löschungen.
| ... | ... |
@@ -82,11 +82,26 @@ commands at your command prompt: |
| 82 | 82 |
gpg --keyserver keys.gnupg.net --recv 886DDD89 |
| 83 | 83 |
gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add - |
| 84 | 84 |
</pre> |
| 85 |
-Now refresh your sources and install Tor by running the following |
|
| 86 |
-commands (as root) at your command prompt: |
|
| 85 |
+Now refresh your sources, running the following command (as root) at your |
|
| 86 |
+command prompt: |
|
| 87 | 87 |
<pre> |
| 88 | 88 |
apt-get update |
| 89 |
-apt-get install tor tor-geoipdb |
|
| 89 |
+</pre> |
|
| 90 |
+If there are no errors you're good to continue. |
|
| 91 |
+</p> |
|
| 92 |
+ |
|
| 93 |
+<p> |
|
| 94 |
+We provide a Debian package to help you keep our signing key current. It is |
|
| 95 |
+recommended you use it. Install it using |
|
| 96 |
+<pre> |
|
| 97 |
+apt-get install deb.torproject.org-keyring |
|
| 98 |
+</pre> |
|
| 99 |
+</p> |
|
| 100 |
+ |
|
| 101 |
+<p> |
|
| 102 |
+To finally install Tor just run: |
|
| 103 |
+<pre> |
|
| 104 |
+apt-get install tor |
|
| 90 | 105 |
</pre> |
| 91 | 106 |
</p> |
| 92 | 107 |
|
| 93 | 108 |