this post was submitted on 22 Jul 2023
59 points (95.4% liked)

Linux

47356 readers
1230 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
 

I have read the FAQ of KDE Neon: it is well made and answers ground questions like "Is it a distro?" or "Can I turn Kubuntu into KDE Neon?"

...And yet I'm confused, because I'm just a newbie in the Linux world. For instance, when they say "on top of a stable base" I don't know what's meant as a "base".

I think I understand that it isn't a distro, but it fascinates me that it's meant to be installed from an ISO or similar, just like a distro.

I wonder if any of you can explain:

  • What is it, in different words?
  • Why is it "implemented" as it is?
  • Are there any other "quasi-distros" like KDE Neon out there?
  • Do you use it? how has your experience with it been?

Cheers!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 year ago (1 children)
  1. Ubuntu with newest version of KDE stuffed into it. In short it's more for developers to test latest KDE versions in a relatively stable and easily maintained environment but gained popularity since it's newer than Kubuntu and doesn't enforce snaps.

  2. By "stable base" they mean Ubuntu. The package systems (apt and snap), the kernel choice and configuration, the background services are what make the "back end" of a distro and Ubuntu is an example where this backend is given LTS (long term support) maintenance and thorough testing, even if that also means using older versions of the backend software in question. KDE Neon uses this because if something goes wrong with the distro it's likely their fault and not some backend stuff unrelated to KDE. Ubuntu is also good for building spinoff distros as most of the work is done for you - You just make your tweaks to a "minimal" ubuntu ISO and share it!

  3. GnomeOS is probably the main example of a distro designed for testing rather than daily use. It's maintained by GNOME for testing their changes and can also be used for daily stuff if you want. Not sure what else "quasi distro" could mean, but there are a bunch of Ubuntu-based distros (And spinoffs to other big distros) that exist on a spectrum of "almost identical" to "completely redesigned".

  4. I used it for a few months. It's pretty good! You get brand new KDE features on top of a familiar ubuntu system. It gives you the feeling of a bleeding edge UI experience but you don't risk the software driving that new UI being super buggy or breaking things. That being said, some users (like myself) prefer different software managers or don't like Ubuntu for other reasons. KDE-Neon as a distro in itself is a pretty solid choice, though.

[–] [email protected] 1 points 1 year ago

Thank you for such a thorough and informative answer! And for sharing your user experience too. I had not heard about GnomeOS. As soon as I have some days to experiment, I'll give Neon a try.