this post was submitted on 22 Feb 2025
127 points (99.2% liked)

Linux

50422 readers
841 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
 

So all I know that the Linux mascot is a penguin and Arch users meme about using Arch. Jokes aside I’m planning on making to the jump to Linux as I’m planning on getting a tower PC. I recently got a steam deck and that kinda demystified the (unrealistic) expectation I had of Linux was all command line stuff and techno babble. This all very future oriented questions* as I haven’t even picked out hardware (probably gonna go prebuilt since I do not trust me) and there’s also the matter of saving up the money for a new PC.

As for my use case (cus I know some software is wonky on Linux compared to windows) it’s mostly between games running on steam, which most of my games play fine on the steam deck, and essays and note taking for my college classes, which I use libre office and obsidian (with excalidraw to hand write my notes) saved to my proton drive and also sync those documents between my surface laptop and home laptop

My ideal OS would be plug it in, let it do… things… and it’s ready to be a PC to install steam and stuff

But first question, as someone who isn’t tech inclined and tinkering is pretty much just a few VERY basic settings in the settings app on windows, so is there a Linux… idk what to call it, type? OS? Thing??? that runs out of the box without me having to install additional software manually or at least automatic setup wizards because like hardware, I do not trust me with setting it up. As for installing it after I wipe whatever computer I choose I assume I’m gonna have some OS installer on a USB and let it work its magic.

Second question, is there any specific hardware that works easier with Linux, I can’t really think of any examples cus with installers and updaters I just the computer handle it, like updating Nvidia stuff in the GeForce app for all I know it’s genuinely performing dark magic during the automated updates

Anyways I probably have way more questions that I have no idea I had, but to wrap up I’m not super tech inclined since I let automated stuff do its thang on windows (if the computer can manage and install it I’m gonna let it do that) and my pc mostly just plays games and do documents on libre office and obsidian

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 21 hours ago (3 children)

Mint vs fedora is completely irrelevant here. GNOME vs KDE is more important and fedora supports both.

Which packages can be installed is also completely irrelevant since you can use nix and distrobox and flatpaks on all distros. Package availability is no reason to choose one distro over another.

[–] [email protected] 7 points 21 hours ago (2 children)

So nothing in that sentence made sense to me lol, mind explaining?

[–] [email protected] 7 points 21 hours ago* (last edited 21 hours ago) (1 children)

Distro - System level stuff. A "type" of linux. Mint, Fedora, Arch, Ubuntu etc.

DE (Desktop environment) - Surface level stuff, i.e. how it looks, behaves, and often what default apps you use for basic stuff like text editing. Gnome, KDE, etc.

Distros have a default DE but often provide different versions using others for people who prefer them.

You likely won't need to interact with any of that other stuff except flatpaks. Just think of it as a form of distributing and running software.

[–] [email protected] 2 points 19 hours ago (1 children)

Ah so it’s just how the software works essentially

[–] [email protected] 1 points 6 hours ago

It's more like, the distro is the actual “under the hood” OS and the DE is the looks and user interaction.

[–] [email protected] 3 points 21 hours ago

The difference between distros are the package manager and choice of default software and settings.

E.g. Debian has no wifi enabled. Hence, ubuntu (which is like debian) is much easier because it's user friendly. Ubuntu uses a disliked packaging format, snap, which is not used by mint. That's why people love mint, becaus it's as easy as ubuntu and has no snaps. Blablabla

Whenever you want to know some linux thing, read the arch wiki and you'll know more about it.

Distrobox is like a vm, you spin up a distro within your OS with no overhead and can use arch on debian. Or ubuntu on arch. Or fedora on opensuse, or all at the same time because why not?

I'd try https://fedoraproject.org/atomic-desktops/ or https://vanillaos.org/ and install most apps as flatpaks. Vanilla is like ubuntu but you don't mess with the underlying system. Atomic fedora is "the same" but with fedora style. Problems arise at the dev level, not the user level. It should be good to go on your system

[–] [email protected] 5 points 21 hours ago

Good point. I still use what it came with, gnome, but kde is more windows like

[–] [email protected] 3 points 21 hours ago (1 children)

Some distro's still require you to setup those things yourself and in the terminal.

[–] [email protected] 4 points 19 hours ago (1 children)

So bazzite and mint seem to be recurring themes here for my needs of something that works out of the box, do those need any set up or stuff? I don’t really know exactly what I’m asking here :/

[–] [email protected] 1 points 18 hours ago (1 children)

On Mint, flatpaks is enabled in the Mint software center.

[–] [email protected] 2 points 16 hours ago (1 children)

Sorry but what’s a flat pack? Is that like an installer?

[–] [email protected] 2 points 14 hours ago* (last edited 13 hours ago) (1 children)

Flatpak (flathub) is a universal app store. You can install pretty much any app from it, but you do need to be careful of what you install, as always.

Usually software centers have it enabled (supported) by default, so that you can install app from flatpak within the center.

There are other options of install source, like the distro's own installer - you can think of them as another "app store", one which is more restricted and more secure.

[–] [email protected] 2 points 11 hours ago

Oh that’s much simpler than I was expecting lol