NOOB - are their distros that allow installers? - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Noob (https://www.linux-noob.com/forums/forum-3.html) +--- Forum: Just Starting Linux (https://www.linux-noob.com/forums/forum-63.html) +--- Thread: NOOB - are their distros that allow installers? (/thread-51.html) |
NOOB - are their distros that allow installers? - 1bit - 2019-02-18 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: 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;"> <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;"> <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;"> </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;"> <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;"> <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;"> <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> |