this post was submitted on 03 Sep 2026
18 points (73.7% liked)

Linux

67456 readers
132 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 7 years ago
MODERATORS
 

I realize this is impressionistic but for the sake of the conceit:

"Mac" flavored (PopOS, ZorinOS?)

"Windows" flavored (Mint?)

"Linux" flavored (Fedora?)

Edit: was not aware 1) Distro & 2) Desktop Environment are seperate/distinct. Good to learn

you are viewing a single comment's thread
view the rest of the comments
[–] schnurrito@discuss.tchncs.de 13 points 4 days ago (1 children)

After your edit, it is slightly clearer what you are asking. But this is still a matter of desktop environment more than distro.

[–] cheese_greater@lemmy.world -1 points 4 days ago* (last edited 4 days ago) (4 children)

desktop environment

distro

Those arent analagous/synonamous?

Edit: sorry absolutely didnt mean to sound patronizing, this is all new to me so its beginners mind haha

[–] schnurrito@discuss.tchncs.de 10 points 4 days ago (1 children)
[–] RunningInRVA@lemmy.world 3 points 4 days ago

Some distributions do however come with a default desktop environment, which may be what OP is thinking in terms of the relationship.

[–] curbstickle@anarchist.nexus 6 points 4 days ago (1 children)

My workstations are Debian, my laptops are a mix of Debian and Arch, same with test hardware.

They all look the same - KDE as my desktop environment, no generic software added at install, just adding what I want. If you were to use any one of them purely from the GUI (KDE), I doubt you'd know which was which without checking version info.

Linux is a kernel. A desktop environment is the GUI. The distro is packaging.

The difference between distributions is predominantly what is packaged up, the tool used to install/update, and an overarching philosophy on those tools.

Debian is about being stable. This means more dated packages, but running into issues from an update is (mostly) not even a question when running the stable branch. Amazing for workstations and older hardware IMO.

Arch updates constantly. Updates can introduce breaking changes, even minor ones, which can interrupt workflow. It also means the latest and greatest features are right there and ready quickly. I like arch for testing and making use of recent hardware that may not have support elsewhere yet.

You could also build entirely from source, use a downstream from Debian like Mint (Debian Edition) or Kubuntu, or downstream of Arch like SteamOS or EndeavourOS. Downstream distributions add more opinion under a more particular approach to their upstream counterparts. For some its to make the system easier to install (EndeavourOS vs Arch), add more recent features (Kubuntu vs Debian), or to make something incredibly specialized (SteamOS, formerly based on Debian and now based in Arch, highly focused on gaming).

The only thing thats "pure" Linux is the kernel. Everything else comes down to purpose and preference.

[–] cheese_greater@lemmy.world 2 points 4 days ago

This is very informative, thanks for taking the time to help me get up to speed :)

[–] Azazel@lemmy.ml 5 points 4 days ago

Very much no. Your distro provides your package manager and repositories. Many distros ship with a default desktop environment, many let you choose on install. Either way the user can always manually switch very easily

[–] nyan@sh.itjust.works 2 points 3 days ago

You can install any desktop environment on any distro. For some of the more obscure DEs on some distros, a bit of hoop-jumping may be required, but it's still possible. And some distros ship without any DE at all.

Technically, you can have a functional desktop without a DE at all, just a bare window manager (in X) or compositor (wayland), but that's getting into advanced topics.