221
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]

You're about to take your first steps in the wonderful world of Linux, but you're overwhelmed by the amount of choices? Welcome to this (I hope) very simple guide :)

The aim of this guide is to provide simple, clear information to ease your transition as a beginner. This is not a be-all-end-all guide nor an advanced guide.

Preamble

Make sure your hardware is compatible

Nowadays most relatively recent hardware works perfectly fine on Linux, but there are some edge cases still. If you don't use niche hardware and your wifi card is supported, chances are you're golden. Please note that nVidia is a bad faith player in the Linux world, so if you have a GeForce GPU, expect some trouble.

Make sure your favourite apps are either available or have a good replacement on Linux

If some proprietary app is essential to your workflow and is irreplaceable, consider running it in a VM, keeping a Windows partition for it or try and run it through Wine (this is advanced stuff though).

Be aware that Linux is not Windows/MacOS

Things work differently, and this is normal. You will probably struggle at the beginning while adjusting to a new paradigm. You may have to troubleshoot some things. You may break some things in the process. You will probably get frustrated at some point or another. It's okay. You're learning something new, and it can be hard to shed old habits forged by years on another system.

What are the best resources out there?

Arch Wiki without a doubt. Despite being heavily tied to Arch, most of its content is readily usable to troubleshoot most modern distros, as the building blocks (Kernel, systemd, core system apps, XOrg/Wayland, your DE of choice etc.) are the same.

Okay, now to the most important questions

Which distro should I use?

There are a metric fuckload (or 1.112 imperial fucktons) of distros out there, but these can be broadly put into two main categories: general-purpose distros and niche-distros. I advise you to keep it as mainstream as possible for your first steps. A distro with a large user base, backed by a large community of maintainers and aimed at being as fuss-free as possible is always better than a one-person effort tailored to a specific use-case.

Beginner distros

These are great distros for beginners as well as more advanced users who just want to have a system that needs almost no configuration out of the box, just works and stays out of the way.

  • Fedora Workstation: Clean, sensible, modern and very up to date and should work out of the box for most hardware. Despite the community's rightful backlash against Red Hat, this is still a great distro for beginners and advanced users. Even Linus Torvalds himself favors Fedora as a daily driver. Fedora is the flagship distro for the Gnome Desktop Environment.
  • Linux Mint: While I haven't used it myself, there is a lot of praise here for this Ubuntu derivative from beginners and advanced users alike. Its main goals are ease of use and being the flagship distro for the Cinnamon DE, which is very similar to Windows and may ease the transition for new users.
  • Pop!_OS: Backed by hardware Linux vendor System76, this Ubuntu derivative shares some of the issues with its infamous parent, but its heavily modified Gnome DE looks and feels nice.
  • I do not recommend Ubuntu nor Manjaro: despite being marketed as "beginner friendly distros", and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult. Ubuntu suffers from it's parent company's goal to make Ubuntu kinda-Linux-but-not-really, and there are some great derivatives like the ones cited above that work equally well but revert some of the most controversial decisions made by Canonical. Manjaro might seem appealing as a "beginner-friendly" Arch derivative and some of its tools are fantastic to remove some configuration burden, but ongoing mismanagement issues and the fact that it needs regular maintenance as updates often break stuff prevent it from being a truly beginner distro.

Advanced distros

So you've taken your first steps, you're starting to be really comfortable with Linux, and you want to get your hands dirty and really learn what's happening under the surface? These should not be installed as your first distro, unless you like extremely steep learning curves and being overwhelmed.

  • Debian: as one of the oldest, still maintained distros and the granddaddy of probably half of the distros out there, Debian is built like a tank. A very stringent policy of focusing on bug and security fixes over new features makes Debian extremely stable and predictable, but it can also feel a bit outdated. Still a rock-solid experience, with a lot to tinker with despite very sensible defaults. It is an incredible learning tool and is as "Standard Linux" as can be.
  • Arch: The opposite of Debian in philosophy, packages often come to Arch almost as soon as the source code is released. Expect a lot of manual installation and configuration, daily updates, and regularly fixing stuff. An incredible learning tool too, that will make you intimate with the inner workings of Linux.

Which Desktop Environment should I use?

This is entirely up to you, and depends on your preferences.

  • Gnome: Full featured yet very minimalist, Gnome is a great DE that eschews the traditional Desktop metaphor. Like MacOS, out of the box, it provides the strongly opinionated developers' vision of a user experience. Fortunately, unlike MacOS, there are thousands of extensions to tweak and extend the looks and behaviour of the DE. Dash-to-dock or Dash-to-panel are great if you want a more MacOS-like or Windows-like experience, Blur My Shell is great if you love blurry transparent things, Appindicator is a must, and everything else is up to you. Gnome's development cycle is highly regular and all core components and apps follow the same release schedule, which explains why a lot of distros choose it as their default DE.
  • KDE Plasma: Full featured and maximalist, Plasma does not cater to a single design philosophy, is very flexible and can be tweaked almost ad infinitum. This may be an advantage for people who like to spend hours making the perfect environment, or a disadvantage as the possibilities can be overwhelming, and the added complexity may compromise stability, bugginess or completeness. There is no single development cycle for core components and apps, which makes it a bit more difficult for distro maintainers.
  • Cinnamon: If you want the most "windows-like" experience out of the box, Cinnamon is great. As I have no experience with it, I'll let the Mint users praise it in the comments :D
  • Lightweight DEs for old or underpowered machines: The likes of XFCE, LXDE, LXQt are great if you want to ressurect an old machine, but lack the bells and whistles of the aforementioned DEs.

Philosophical questions, or "I heard conflicting stuff over the Internet and now I'm scared"

You've done your research, you're almost ready to take the plunge, you even read a lot of stuff on this very community, but people seem very passionately for or against stuff. What should you do?

Shoud I learn the command line?

Yes, eventually. To be honest, nowadays a lot of things can be configured on the fly graphically, through your DE's settings. But sometimes, it's much more efficient to work on the command line, and sometimes it's the only way to fix something. It's not that difficult, and you can be reasonably productive by understanding just about a dozen very simple commands.

I have a very old laptop/desktop, should I use a distro from this era?

Noooo!. Contrary to Windows and MacOS which only work correctly on period-correct computers, Linux runs perfectly well on any hardware from the last 20 to 30 years. You will not gain performance by using an old distro, but you will gain hundreds of critical security flaws that have been since corrected. If you need to squeeze performance out of an old computer, use a lightweight graphical environment or repurpose it as a headless home server.

Should I be concerned about systemd?

No. In short, systemd is fine and all major distros have switched to systemd years ago. Even the extremely cautious people behind Debian have used systemd as default since 2015. Not wanting to use systemd is a niche more rooted in philosophical rather than practical or technical reasons, and leads to much deeper issues than you should concern yourself with as a beginner. (Thanks @[email protected] for the precisions)

Should I be concerned about XOrg/Wayland?

Yes and No, but mostly No. First off, most distros install both Wayland and XOrg by default, so if one is not satisfying to you, try the other. Remember in the preamble when I said nVidia was a bad actor? Well, most of people's complaints about Wayland are because of nVidia and their shitty drivers, so GeForce users should stay on XOrg for now. But like it or not, XOrg is dead and unmaintained, and Wayland is the present and future. XOrg did too many things, carried too many features from the 80's and 90's and its codebase is a barely maintainable mess. Wayland solves that by being just a simple display protocol with a much smaller codebase, and offloading feature development to the compositors.

Should I look for a gaming-focused distro?

No. General purpose distros are perfectly fine for gaming. You can install Steam, Lutris, Heroic, Itch etc. and use Proton just fine on almost anything. Even Debian. In short, yes, you can game on Linux, there are great tutorials on the internet.

Should I be concerned about Flatpaks and/or Snaps?

Not really. Flatpaks are great, and more and more developers package their apps directly in Flatpak format. As a rule of thumb, for user facing applications, if your app store gives you the choice between Flatpak and your native package manager version, choose the most recent version. Snaps however are a Canonical/Ubuntu thing, so as long as you avoid Ubuntu, its spins and its derivatives that still include Snaps, you should be fine. They tend to take a lot longer to startup than regular apps or Flatpaks, the snap store is proprietary, centralized and Canonical controls every part of it. If you're fine with that, have fun. (Thanks @[email protected] for the precisions)

Should I follow The Way?

Yes. One does not speak unless one knows. You can take your helmet off in public tho.

Feel free to help correct, expand, or simplify this guide :)

top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 27 points 7 months ago* (last edited 7 months ago)

Request for clarifications "for beginners":

systemd, XOrg, Wayland - you have mentioned those without an explanation of what they are.

Last time I did anything with linux, Ubuntu was all the rage. I'm interested in hearing more details about what makes it a distro to avoid.

@snaptastic, please let me know if this comment is relevant enough.

load more comments (2 replies)
[-] [email protected] 25 points 7 months ago

Sorry, but this guide is all over the place.

You mention Arch before other distros and never even explain what a distros is (e.g. 'a flavor of Linux with a choice of preinstalled software').

Then you say that it's a beginners and not an advanced tutorial, but mention advanced distros.

Also your reasons for the beginner distros are not well written:

  1. Fedora mentions "rightful backlash against the company"
  2. Linux Mint "I haven't used"
  3. Pop OS "shares some issues"

Why take one of them? They all sound difficult or weird. (to a newby reader)

Then the part about Ubuntu and Manjaro which is longer than the 3 distros you recommend. This has major "Linux fanboy bashing other Linux fanboys" vibes.

The rest I really liked, maybe replace "this era" with "its era".

[-] [email protected] 17 points 7 months ago* (last edited 7 months ago)

I am always amused by how "Linux newbie" guides are consistently tons of pages of choice paralysis and esoteric concepts but they all take a stop at "well, the UI looks kinda like Windows on this one, so that will probably help".

Look, I'm not particularly new to Linux, but also don't daily drive it. In my experience the UI is not the problem. Ever. Compatibility and setup are the problem. Every Linux distro I've ever seen is perfectly usable, nitpicks aside. The part that will make a newcomer bounce off is configuration. Especially if they're trying to mess with relatively unusual hardware like laptops driven by proprietary software, with MUX switched GPUs and whatnot. Only people deep into the ecosystem care about the minutia of the UI and the package management.

[-] [email protected] 11 points 7 months ago

There are daily threads started by new users who say stuff like "I read that systemd is bad, should I switch to [insert systemd-less distro here]" or "My RTX 4080 runs Sim City 2000 at 12 FPS, is Linux trash?", so there seems to be a need to at least help alleviate the fears of people who read conflicting stuff (or downright flamewars) on the internet and might be overwhelmed by those conflicts.

[-] [email protected] 7 points 7 months ago

I'd agree that can be an issue, but my guess is that trying to resolve those preemptively just adds to the perception of flamewars and drama around the platform. I'm a big proponent of not bringing stuff up to newcomers unless it's very directly in their way.

Ultimately a new user moving to a new OS needs two things: for everything that used to work for them to still work AND for at least one thing that didn't use to work to work better.

A useful guide for newcomers should drive to making those two things true, IMO. Sitting there choosing the nicest looking UI is a great passtime for tinkerers, but newcomers need exactly one option: the one that works. They can get to the fun customization later.

To me at the moment this reads less like a welcoming introduction to a exciting new alternative and more like a cautionary tale of why I shouldn't try. Oh, so my Nvidia hardware is a no-go, most of my apps may not work, I have to choose from a bunch of stuff that all looks the same to me and apparently there is a crapton of drama about things I have never heard about or understand, but that people seem to have very strong opinions about. Well, I guess my old printer no longer being supported on Win11 is not that big of a deal...

I'm not trying to be mean or anything, I'm saying this constructively. Experts have a tendency to underestimate how lost newcomers can get and to misunderstand what the real roadblocks and churn points are. I'm trying to provide a perspective on those.

[-] [email protected] 5 points 7 months ago

I thought this was an exceptional breakdown that shouldn't be lumped in with the others. Did you read the post, or skim it and make assumptions?

[-] [email protected] 16 points 7 months ago

Despite snaps and Canonical's BS, Ubuntu is the best distro for beginners because it "just works" in a way other distros do not. You are doing new users a disservice by telling them to avoid it.

(Note: I personally dislike Ubuntu. This isn't about fanboyism; this is about giving credit where it's due.)

[-] [email protected] 17 points 7 months ago

not OP, but Mint is on the list and, being a Ubuntu derivative, it "just works" too

[-] [email protected] 5 points 7 months ago

Fair enough. Being a KDE user, I tend to think about Kubuntu a lot more than Mint.

load more comments (11 replies)
[-] [email protected] 13 points 7 months ago

Great write up, thanks!

You can use the bangs !arch or !aw to search the arch wiki, e.g. !aw kde.

I don't think dash to dock is a must have extensiom. The workflow of GNOME is different to other opersting systems. That's why GNOME boots into overview and not the desktop. The overview is there to launch an app or switch to it graphically. When you boot the system the first thing would be to go into overview to launch an app, hence it boots directly into overview. Removing dash from overview defeats the purpose of it.

But "hot bottom" is important otherwise you have to move the mouse into the upper left corner in order to move the mouse to the bottom to launch an app which is nuts.

I don't like the philosophy of "if they do it, it's safe". But I couldn't explain it in one sentence either. Not only debian but all big distros have systemd. Not having systemd is such a nieche that you shouldn't bother with it as a beginner.

Snaps. You don't provide info why snaps are bad. The snap store is centralized and canonical controls every part of it. Moreover, I've never read that snaps are reproducible. Flatpaks are technically reproducible. And we all want and need reproducible builds because then we don't have to trust but know that it's the original and published source code.

[-] [email protected] 6 points 7 months ago

Am I the only person that just uses the Super/Windows key to navigate GNOME. Super to open up the global search and dock, Super again quickly to open up the full app menu, and Super again to go back. Or just press Super and type name of the app you want to run

load more comments (2 replies)
load more comments (3 replies)
[-] [email protected] 13 points 7 months ago

I use Ubuntu as a noob coming from MacOS, and everything is going just fine. I am loving the Linux experience.

In my opinion, knowing how to work with the terminal is important and being confident with it as well.

Also, there is a lot of youtube videos and channels of very helpful people.

[-] [email protected] 12 points 7 months ago

I strongly recommend Mint Cinnamon for those coming from Windows. It just works and feels similar, though it's not a perfect comparison and will require you to explore things a little bit. Even so, you should be able to run most things without the command line or worrying about how the OS and file system are structured

[-] [email protected] 5 points 7 months ago

I cannot agree more. I put my grandfather on Linux Mint and he got up and running in minutes. He said it reminded him of Windows XP.

[-] captain_aggravated 4 points 7 months ago

Did something similar with my aunt. She bought this laptop that had Windows 10 installed on a hard disk. Right click the Start menu to open the Properties dialog, go make a sandwich, you'll have half the sandwich eaten before the right click menu opens.

I added a SATA SSD and a stick of RAM, and a copy of Mint Cinnamon. She took right to it, especially when I showed her how the software manager worked and that it's very similar to the Play Store on her Samsung tablet.

Reminded her a lot of the WinXP and Win7 desktops she used to have.

[-] [email protected] 11 points 7 months ago

On the matter of Ubuntu I think the issues with the OS need to be clarified. From the positive perspective, it is easy to use and just works. From the negative side, it's become more and more bespoke over time. The Snaps being proprietary and a lot of work in the terminal to activate functions enjoyed out-of-the-box by almost all other distros is very unfriendly. And, I would suggest there are numerous other distros that "just work" but without Ubuntu's baggage. Mint, Pop_OS!, and Fedora are all easy to install, setup, and use. Even KDE's Neon is dirt simple to install and use and offers a great KDE experience, if you like that.

That said, however, I believe that Mint is the best distro for new users, though Fedora and Pop are close behind.

load more comments (1 replies)
[-] [email protected] 10 points 7 months ago* (last edited 7 months ago)

Any beginner guide that advises against Ubuntu does disservice to beginners. It's doing the opposite of helping beginners get into Linux. Ubuntu is still the easiest on-ramp to Linux today by far, despite anyone's feelings about Canonical. Avoiding it harms Linux adoption.

[-] [email protected] 10 points 7 months ago* (last edited 7 months ago)

I don't get the hate for Ubuntu, it just works. For those who don't care what setup in their system. Especially those who are coming from Windows or MacOS its a good stepping stone.

[-] [email protected] 9 points 7 months ago

Make sure your hardware is compatible

Perhaps it's important to point towards resources where new users can check compatibility; like e.g. linux-hardware.org. Or even better ones that I'm unaware of.

[-] [email protected] 7 points 7 months ago

I think one should first jump from DE to DE and find the best choice for them. Then look at distros that implement those DE really well. 🙂

[-] atzanteol 7 points 7 months ago

What's with the weird anti-Ubuntu bias? "It'll probably work fine but I don't like their management?"

You're recommending a distro for beginners. Personal disagreements with the company are irrelevant.

load more comments (4 replies)
[-] [email protected] 7 points 7 months ago

would recommend linking the phrase “a fuckload of distros” to DistroWatch – give newcomers a heads-up on just how deep that particular rabbit hole goes …

load more comments (1 replies)
[-] [email protected] 7 points 7 months ago

I like that you are nuanced about 99% of the information provided, but you dogmaticaly say that snaps are bad lmao. At least provide an explanation for your opinion. It just looks like you were tired at that point or something.

[-] atzanteol 4 points 7 months ago

And "don't use Ubuntu because something something management"?

load more comments (1 replies)
[-] [email protected] 7 points 7 months ago
load more comments (2 replies)
[-] [email protected] 7 points 7 months ago

I love how this expansive, barely-biased summary - which is WAY above-bar, to be clear - is followed up by everyone's "this is my favourite distro and you should run it too" even if it's completely badly-matched.

[-] captain_aggravated 6 points 7 months ago

Mint Cinnamon user praising it in the comments, on the case!

I switched to Linux in the earlier days of Windows 8.1. Mint was the second distro I tried out after Ubuntu Unity, and it's still my daily driver ten years later. Cinnamon felt more familiar to me An XP-Vista-7 veteran, than Win 8.1 and 10. Mint feels like someone sat down and designed the whole thing, rather than slapping layer after layer of new crap on top of the same code from the late 90's.

Out of the box Mint is very usable, the customization I do to it is stuff like change the wallpaper and default color scheme.

The Cinnamon team just gets me. They make software for people like me.

[-] [email protected] 6 points 7 months ago

This is a great write up. Thanks for this. I may daily drive Fedora as a result of reading it. I recently installed it on an old laptop when I was looking for the lightest distro that comes with gnome by default. I took a liking to it immediately and I now feel validated knowing Torvalds himself is a fan :)

[-] [email protected] 6 points 7 months ago* (last edited 7 months ago)

As a complete noob who installed Mint about two weeks ago, I have Thoughts™. This is a good start, I think., and I'm really glad to see it, but it still makes some assumptions and misses a couple of things I came across that I think would be helpful.

I'll try to find some time tomorrow to pull together some edits and suggestions to share, rather than a bunch of comments here.

How's best to share them back?

[-] [email protected] 6 points 7 months ago

Avoid Ubuntu and Manjaro: despite being marketed as “beginner friendly distros”, and despite often running perfectly fine, these two have major issues in management, packaging policies or philosophy that might make your life as a beginner difficult.

That makes no sense. Manjaro is actually one of the few distros where a beginner won't need to touch the terminal ever. You won't have to deal with adding PPAs or removing snaps like in several debian/ubuntu based distros.

load more comments (1 replies)
[-] [email protected] 5 points 7 months ago* (last edited 7 months ago)

Dash-to-dock or Dash-to-panel are must-haves

I strongly object to this, having used neither on stock GNOME for the majority of my time on Linux. These extensions make GNOME different from intended and not necessarily better, and while beneficial to some are hardly must-haves.

load more comments (1 replies)
[-] [email protected] 5 points 7 months ago

This is pretty useful information as someone that has used Linux off and on (still essentially a beginner). I'd like a bit more elaboration on why it is that Snaps is bad though, as I'm currently using Kubuntu and I haven't found anything seemingly wrong with it on my end.

[-] [email protected] 4 points 7 months ago

From what I hear, it just makes things slower, and it's proprietary. Basically exactly what OP said. It also makes a ton of loop devices, so if you're working with them yourself it's kind of annoying.

load more comments (1 replies)
load more comments (2 replies)
[-] [email protected] 4 points 7 months ago

Great guide!

[-] [email protected] 3 points 7 months ago

I like the preamble part very much 👏🙂

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 24 Nov 2023
221 points (90.8% liked)

Linux

45773 readers
764 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS