Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
NOOB - are their distros that allow installers?
#1


Hi,




me and my dad are wanting to switch from windows to linux, I have very little experience with Linux (ran a few live CD's years ago), I installed MINT on a VM and read that MINT and UBUNTU where the recommended choices on most websites, I went to install TOR to help my dad with it (no good to me) and when I ran the Linux installer file nothing happened, I then read that on Ubuntu based systems you have to install programs via several terminal commands, the instructions (below) where quite overwhelming just for a single program installation, I know using terminal is the core of using Linux, but Iam just wondering if there are easier to use distro's that would be better suited for 2 noobs that want to make a transition from Windows to Linux, one where programs can be installed a lot easier than the instructions below?? if possible?? - I do wish to use the terminal but surely it can be easier than that?




thanks in advance




 



Quote:
Quote




Option two: Tor on Ubuntu or Debian


<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
<b>Do not use the packages in Ubuntu's universe.</b> In the past they have not reliably been updated. That means you could be missing stability and security fixes.



<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
<b>Raspbian is not Debian.</b> Tor might run fine on the Raspberry Pi 2 / 3 but not the first generation Pi. These packages might be confusingly broken for Raspbian users, since Raspbian called their architecture armhf but Debian already has an armhf. See this post for details.



<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
<b>Admin access</b>: To install Tor you need root privileges. Below all commands that need to be run as root user like apt and dpkg are prepended with '#', while commands to be run as user with '$' resembling the standard prompt in a terminal. To open a root terminal you have several options: <code style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">sudo su</code>, or <code style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">sudo -i</code>, or <code style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">su -i</code>. Note that sudo asks for your user password, while su expects the root password of your system.



<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
<b>apt-transport-tor</b>: To use source lines with <tt style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">https://</tt> in <i>/etc/apt/sources.list</i> the apt-transport-https package is required. Install it with



<blockquote style="background-color:#ffffff;border:0px;color:#454545;font-size:13.3333px;padding:0px 20px;vertical-align:baseline;">
<pre style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">

# apt install apt-transport-https
</pre>


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).



<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
 



<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
<b>sources.list</b>: You'll need to set up our package repository before you can fetch Tor. First, you need to figure out the name of your distribution. A quick command to run is <tt style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">lsb_release -c</tt> or <tt style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">cat /etc/debian_version</tt>. If in doubt about your Debian version, check the Debian website. For Ubuntu, ask Wikipedia.



<div style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
Quote: I run  Debian oldstable (jessie) Debian stable (stretch) Debian testing (buster) Debian unstable (sid) Ubuntu Trusty Tahr (14.04 LTS) Ubuntu Xenial Xerus (16.04 LTS) Ubuntu Artful Aardvark (17.10) Ubuntu Bionic Beaver (18.04 LTS) Ubuntu Cosmic Cuttlefish (18.10)  and want TorTor (from source) stableexperimental-0.3.4.xnightly-master

<div style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">
<p style="border:0px;font-size:1em;padding:0px;vertical-align:baseline;">
You need to add the following entries to <code style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">/etc/apt/sources.list</code> or a new file in <code style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">/etc/apt/sources.list.d/</code>:



Quote: <pre style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">

deb https://deb.torproject.org/torproject.org stretch main
deb-src https://deb.torproject.org/torproject.org stretch main
</pre>



<p style="border:0px;font-size:1em;padding:0px;vertical-align:baseline;">
Then add the gpg key used to sign the packages by running the following commands at your command prompt:



Quote: <pre style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">

# curl https://deb.torproject.org/torproject.or...6DDD89.asc | gpg --import
# gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | apt-key add -
</pre>

<p style="border:0px;font-size:1em;padding:0px;vertical-align:baseline;">
 





<p style="border:0px;font-size:1em;padding:0px;vertical-align:baseline;">
We provide a Debian package to help you keep our signing key current. It is recommended you use it. Install it with the following commands:



Quote: <pre style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">

# apt update
# apt install <span style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">tor deb.torproject.org-keyring</span>

</pre>

</div>

<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
Now Tor is installed and running. Move on to step two of the "Tor on Linux/Unix" instructions.



<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:small;padding:0px;vertical-align:baseline;">
The DNS name <code style="border:0px;font-size:13px;padding:0px;vertical-align:baseline;">deb.torproject.org</code> is actually a set of independent servers in a DNS round robin configuration. If you for some reason cannot access it you might try to use the name of one of its part instead. Try <code style="border:0px;font-size:13px;padding:0px;vertical-align:baseline;">deb-master.torproject.org</code>, <code style="border:0px;font-size:13px;padding:0px;vertical-align:baseline;">mirror.netcologne.de</code> or <code style="border:0px;font-size:13px;padding:0px;vertical-align:baseline;">tor.mirror.youam.de</code>.



<hr style="background-color:#ffffff;color:#1a1a1a;font-size:13.3333px;" />
<a style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;"></a>




Use Apt over Tor


<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
<code style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">deb.torproject.org</code> is also served through via an onion service: http://sdscoq7snqtznauu.onion/



<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
To use Apt with Tor, the apt transport needs to be installed:



Quote: <pre style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">

# apt install apt-transport-tor
</pre>

<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
Then replace the address in the lines added before with, for example:



Quote: <pre style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">

# For the stable version.
deb tor://sdscoq7snqtznauu.onion/torproject.org <DISTRIBUTION> main

# For the unstable version.
deb tor://sdscoq7snqtznauu.onion/torproject.org tor-nightly-master-<DISTRIBUTION> main
</pre>

<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
Now refresh your sources and try if it's still possible to install tor:



Quote: <pre style="border:0px;font-size:13.3333px;padding:0px;vertical-align:baseline;">

# apt update
# apt install tor
</pre>

<p style="background-color:#ffffff;border:0px;color:#1a1a1a;font-size:13.3333px;padding:0px;vertical-align:baseline;">
See onion.torproject.org for all torproject.org onion addresses.


</div>
</blockquote>


 




 




 


Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)