Disentangling the Debian derivatives: Which should you use?
- Reference: 1658142008
- News link: https://www.theregister.co.uk/2022/07/18/disentangling_the_debian_derivatives/
- Source link:
Toy Story , the movie that saved Pixar (and Steve Jobs' fortune), was released in 1995. Although Debian 0.01 [1]appeared in 1993, you can date Debian from Toy Story , because all of its stable releases are codenamed after characters from that film.
The first named release, "Buzz", came out in 1996. Debian 2.1, "Slink", appeared in March 1999, and delivered the Advanced Package Tool (APT), which brought automatic dependency resolution to Linux software management. (Arguably, FreeBSD's ports system had something comparable earlier.)
[2]
Every other mainstream distro ended up implementing that feature, but Debian got there first. That, and the fact that it was backed by a non-profit organization, has kept Debian's profile high ever since. The lack of direct competition against other commercial distros, and the fact that the APT toolchain meant that an installation could be upgraded indefinitely, rather than requiring periodic reinstallation, meant that there was no particular pressure to improve the Debian installer.
[3]
[4]
Although it's been one of the leading distros for over 20 years Debian has remained famously hard to install. That has led to multiple paid Debian-based distros which tried to make it easier. Early examples were [5]Libranet (which added rich menu-based system administration), [6]Storm Linux (which put a graphical desktop on it as standard), [7]Progeny (which added a graphical installer and admin tools), and [8]Corel LinuxOS (which made it look and feel more Windows-like, with for instance the first graphical tool to set or change screen resolution).
Debian defined some of the characteristics that would become hallmarks of paid-for enterprise distros: a slow and conservative choice of tried-and-tested components, plus a relatively sluggish release cycle. It was mainly intended for servers and the desktops of people who knew what they were doing and didn't need much hand-holding.
UserLinux and Ubuntu
The [9]UserLinux project set out to change this. Founded by Bruce Perens, who [10]defined the term "open source," UserLinux aimed to make a free end-user graphical desktop, as Perens told the [11]BBC . The project never completed its distro, but someone else picked up the idea and ran with it. Ubuntu founder Mark Shuttleworth [12]sold his company Thawte to Verisign , spent a small amount of the proceeds visiting the International Space Station, then started Ubuntu to give something back to the Linux community. When The Reg [13]interviewed him in 2006 , we said that his project had become "the Linux distribution of choice in just two years."
Ubuntu delivered what UserLinux planned: a simple, easy-to-install, graphical desktop, which didn't ask any difficult questions about what components you wanted, and gave users a desktop OS with all the main tools they might need. Plus it was free of charge and easy to update. Ubuntu is based on Debian, but on the "sid" rolling test release, not the stable, numbered releases. One description was that "the mission of Ubuntu was to make Debian sid easier to consume."
The Debian difference
Since Ubuntu launched in 2004, some of its technological improvements have passed back upstream to Debian, but substantial differences remain.
Ubuntu has a dual [14]release cycle . New interim releases appear every six months, in April and October. They're production-ready and get updates, but since [15]13.04 , only for nine months. In 2006, Ubuntu 6.06 hit two significant milestones: the first version with a graphical installation program, and the first long-term support release. Since then, every fourth release (that is, the .04 release in each even-numbered year) is a "Long Term Support" release, and gets five years of updates.
[16]
Debian's [17]release cycle is rather slower. As the project's own [18]release history shows, since Debian 3.1 "Sarge" in 2005, its release cadence has quickened, but there is still a new release just every two years. It is based on significantly older components than Ubuntu – and in the case of web browsers, [19]sometimes much older .
The next version after that, Debian 4.0 "Etch" in 2007, caught up with Ubuntu 6.06 in gaining a graphical installation program. This made it somewhat easier to install, but it wasn't (and still isn't) a live image – you can't boot to a desktop. Debian has also adopted other tools from Ubuntu, including the [20]apt command , Ubuntu's graphical tools for configuring software repositories, and so on.
Ubuntu bundles some drivers, codecs, and firmware that are freeware but not open source. Debian excludes these, which can make it difficult to install on some machines – for instance, if you only have Wi-Fi networking and your adapter needs proprietary firmware. There are unofficial [21]"non-free" installation media, but it's additional work.
[22]
Ubuntu also has an additional package of [23]"Restricted Extras" with even more additional tools. Most of these can be installed [24]individually on Debian – but again, it's more work.
Ubuntu provides tools for adding "Personal Package Archives" or [25]PPAs to make it easy to add extra software from sources beyond the main project repositories. It also bundles its own cross-distro packaging format called [26]Snap , which rivals Red Hat's [27]Flatpak .
[28]Linux laptop vendor Slimbook updates its ranges
[29]'Unbreakable' Oracle Linux 9 is a RHEL rebuild with built-in Btrfs support
[30]x86 Raspberry Pi Desktop is a great way to revive an old PC
[31]Russian Debian-derivative Linux slinger plans IPO
There are several reasons these are important. First, because unlike on Windows (or indeed macOS) where it's standard operating procedure to just download a program direct from the web and install it, this is not the Linux way of doing things. Second, because Linux distros have built-in package managers, not just for installing software but also for updating it. So, unlike on Windows or Mac, apps generally don't (and can't) update themselves.
So to add new apps from outside the distro, they need to be added to the distro's built-in lists of known software sources. That's why Ubuntu has gone the extra mile to make it relatively easy to add additional external software: to make it easier for users to add their own apps, and because this way, the new software will automatically get updated along with the rest of the OS.
On Debian, both the direct installation of external programs and self-updating apps are discouraged, because it's extremely insecure. As such, Debian doesn't directly support PPAs, although there are [32]official and [33]unofficial workarounds. By default, it also doesn't include either Snap or Flatpak – although [34]both are [35]available as optional extras.
So although Debian and Ubuntu use the same native packaging format (.deb), and have much the same commands and the same configuration files in the same places, they remain significantly different. Ubuntu is generally more current, while Debian is based on older releases of its various components. Both include a choice of desktops, but the Ubuntu ones tend to be more customized and polished, whereas Debian's versions are generally similar to their upstream versions.
If you try to install Ubuntu programs or drivers on Debian, or add Ubuntu repositories to Debian, the installation may fail or the new programs may not work – because they require specific versions of Ubuntu components, or elements that Ubuntu includes but Debian does not.
Ubuntu boot media are live images which boot to a desktop, while Debian just boots into the installation program – there's no way to "try before you buy" and experiment with different desktops, except installing the whole OS. Ubuntu is more plug-and-play – boot the computer from the installation medium, hit "Install," give it a name and a password, click "yes" a few times, and you're good to go.
All this means that even today's polished, easier Debian is still more intimidating to beginners, and tends to require more expertise from its users. Which, of course, has opened up the opportunity for external developers to offer their own improved Debian experience.
Bigger distros have little distros upon their backs to bite them
Just as Ubuntu is largely "plug and play," much the same applies to its many [36]derivatives , both official and unofficial. Of these, Linux Mint is probably the highest-profile. It started out as as a simple remix that just bundled some of Ubuntu's restricted extras which Canonical can't include in all jurisdictions. Although it took a few years, after [37]Microsoft's 2006 legal threats against Linux , Ubuntu [38]launched its Unity desktop , while other GNOME-centric distros switched to the [39]equally disorienting GNOME 3 .
The Mint team seized its opportunity with [40]Linux Mint 12 , which included the choice of either the MATE desktop, forked and continued from GNOME 2, or the Mint GNOME Shell Extensions, which turned GNOME 3 back into something more Windows-like and in time evolved into the Cinnamon desktop. Many Ubuntu users who preferred a more Windows-like desktop fled to Mint, and a decade later, Mint is more popular than its progenitor.
Given the large amount of common ground between Debian and Ubuntu, some remixes have moved from one parent distro to the other. The minimalist British distro Crunchbang moved from being based on Ubuntu to Debian instead before its [41]developer called it quits . Two derivatives continue the project: [42]BunsenLabs is very close to the original Crunchbang, while [43]CrunchBang++ happened later and has slightly modernized and updated the distro. The Reg FOSS desk would rather like to see them join forces, or switch bases to Devuan.
Devuan
Like most mainstream distros, Debian uses the [44]systemd service manager. Like Solaris's [45]SMF and macOS's [46]launchd , this is a modern replacement for the traditional xNix array of scripts and plain-text config and log files – and, like them when they were new, it's controversial. As Debian is a totally community-run distro with no commercial backer, the debate over adopting systemd was particularly fierce and resulted in several Debian maintainers quitting and forking the project to create a systemd-free version.
The Reg has covered the Devuan project [47]since its first version, "Jessie" , including [48]looking into its developers' motivations . [49]Version 4, "Chimaera", added support for PowerPC hardware and a screenreader for visually impaired users. It is now a fairly well-established alternative, with [50]derivatives of its own.
The Reg FOSS desk has Devuan running on a couple of machines and rather likes it, but in all honesty, it's only very slightly lighter-weight than its parent, and it can be more difficult. For instance, installing third-party drivers can be tricky. If you too are deeply opposed to systemd, and you have a reasonable amount of Linux knowledge and experience, then it's a valid option. Given that the Debian project would benefit from more money and more people as it is, we'd be happier to see Debian simply offer a choice of init systems during installation, and the two projects merge back together.
Linux Mint Debian Edition
In [51]recent releases , Mint is gradually diverging from its parent. For example, it removed Snap support, replacing it with Flatpak. The [52]latest Mint 20.3 switches to natively packaged upstream Mozilla Firefox, and the forthcoming Ubuntu 22.04-based Mint 21 is expected to remove the controversial [53]systemd-oomd component.
[54]SpiralLinux: Anonymous creator of GeckoLinux puts out new Debian remix
[55]x86 Raspberry Pi Desktop is a great way to revive an old PC
[56]Russian Debian-derivative Linux slinger plans IPO
[57]Misguided call for a 7-Zip boycott brings attention to FOSS archiving tools
[58]Leading Arch Linux derivative Manjaro puts out version 21.3
There's always a possibility that Ubuntu makes some more drastic change in future that the Mint team can't bypass, and as a safety net, there is [59]Linux Mint Debian Edition . We looked at the [60]latest LMDE 5 recently .
Its homepage promises "LMDE aims to be as similar as possible to Linux Mint, but without using Ubuntu." LMDE includes many newer, updated components, such as the latest Firefox, plus additional drivers, firmware, and codecs that Debian excludes. It has the latest Cinnamon desktop, direct from the developers, and includes Flatpak as standard.
On the good side, this means that it looks smarter, is much easier to install, and works with more hardware. The snag is that it's not really Debian any more – but it's not mainstream Mint either. That means more difficulty getting help or advice from either community. Mint users are mostly not technical types, and will mainly know mainstream Mint, while Debian users are far more technical, which means that they and the documentation will refer to the mainstream distro.
LMDE is a good, solid distro – but for now, it's an outlier.
Raspberry Pi Operating System
A different system-initialization tool doesn't make much overall difference to how heavyweight a Linux distro is – Devuan's system requirements and utilization are very close to Debian's. It takes skill to cut down a distro so that it takes a lot less memory, or disk space, or CPU horsepower.
The [61]original Raspberry Pi launched without an OS. As it had the unusual combination of an ARMv6 processor plus a hardware floating-point accelerator, the standard Arm version of Debian didn't work – it needed [62]ARMv7 . That led Mike Thompson and Peter Green to create [63]Raspbian – a special cut-down Debian for ARMv6 with hardware FPU.
Now officially adopted by the Raspberry Pi Foundation and renamed the [64]Raspberry Pi OS , it also has an x86-32 edition called the [65]Raspberry Pi Desktop . We hope to review the latest version very soon, but it's one of the lightest-weight Linux desktops around for an older PC.
SpiralLinux
SpiralLinux is one of the newest Debian derivatives, and we [66]reviewed it just last month . It comes from the creator of the excellent [67]openSUSE-based GeckoLinux , and like GeckoLinux, it gives you a better-configured setup while adding as little as possible to the upstream OS.
Because Debian tends to comprise rather outdated components, many people choose to run either the [68]Testing or [69]unstable branches. Testing is effectively a beta of the next release, whereas the unstable branch, nicknamed "Sid", is an eternal rolling release. With either, there's a risk that an update could break your system.
This is a good niche for SpiralLinux, which uniquely supports snapshots and rollback, just like [70]openSUSE's Tumbleweed rolling-release distro . So if an update causes problems, you can just reboot into the last snapshot, and wait a day or two for a fix.
MEPIS and Sons
[71]MEPIS started a year before Ubuntu, and maintainer [72]Warren Woodford had a similar goal: to make Debian easier to install and use. It defaulted to the KDE desktop and had an enthusiastic community behind it. Version 6 switched from Debian to Ubuntu, and then version 7 switched back to a primarily Debian basis again. Unfortunately, MEPIS hasn't been updated in nearly a decade: the last release was version 12 beta 2.
The good news is that the community of MEPIS users has continued working on it, and today the project has two descendants: antiX and MX Linux.
The older of the two, [73]antiX , is very minimal, with retro feel a little like a late-1990s distro. It's very lightweight, but a little clunky, and we wouldn't recommend it for anyone except the most hardcore.
The other descendant, however, is a very different proposition. [74]MX Linux is a thoroughly modern distro, with Flatpak, systemd disabled by default (but still present for compatibility), and some useful extras. We plan to return and give it a full review soon, but it's a strong contender.
And many more …
There are many more Debian [75]derivatives that we've yet to have time to examine.
[76]Grml is a live environment with a selection of tools for sysadmins to recover failed machines, deploy images over the network and so on.
Similarly, [77]Tails is a live environment, designed to run directly from a USB key to give a safe, anonymized browsing experience, including access to the [78]TOR anonymized internet. We [79]looked at version 4.20 a year ago.
Puri.sm offers [80]a range of privacy-focused PCs and [81]expensive smartphones with hardware killswitches . It maintains its own GNOME-based Debian derivative called [82]PureOS which eliminates all proprietary components.
[83]Kali Linux is a specialized Xfce-based desktop intended for penetration and security testing, which The Reg [84]reviewed in 2021 . Since it featured in [85]TV's Mr Robot a few years back , it's been the distro of choice for many a wannabe teenager who fancies themselves an elite hacker. It has a very sleek desktop setup, but given the specialist nature of the selection of apps that come preinstalled, unless you are a pentester, you probably shouldn't.
[86]EndlessOS is a very simplified distro, aimed at lower-end hardware and people with only intermittent internet access. It has a cut-down GNOME-based desktop that resembles a mixture of Windows and smartphone interfaces, a rich selection of bundled software and reference materials, so it's useful even when offline. It has no conventional package manager at all – it uses Red Hat's OStree for deployment and updates, and Flatpak is the only way to install new apps. It's very locked-down, so if you like to experiment it's not the best choice, but use cases could include children or elderly relatives with older computers.
There are many more Debian offshoots than the 15 or so we've mentioned here. We plan to return regularly to this area and cover existing contenders in more depth, as well as new and upcoming entrants. Let us know if there are ones you would particularly like to read about. ®
Get our [87]Tech Resources
[1] http://www.ibiblio.org/pub/historic-linux/distributions/debian-0.91/ChangeLog
[2] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/oses&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=2&c=2YtWDqsjoEjF5LZbTZBtKZAAAAIw&t=ct%3Dns%26unitnum%3D2%26raptor%3Dcondor%26pos%3Dtop%26test%3D0
[3] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/oses&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=4&c=44YtWDqsjoEjF5LZbTZBtKZAAAAIw&t=ct%3Dns%26unitnum%3D4%26raptor%3Dfalcon%26pos%3Dmid%26test%3D0
[4] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/oses&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=3&c=33YtWDqsjoEjF5LZbTZBtKZAAAAIw&t=ct%3Dns%26unitnum%3D3%26raptor%3Deagle%26pos%3Dmid%26test%3D0
[5] https://www.linuxjournal.com/article/8290?page=0,1
[6] https://www.linuxjournal.com/content/remembering-stormix
[7] https://github.com/erdincay/progeny-debian-linux
[8] https://boxofcables.dev/corel-linux-1-2/
[9] https://lwn.net/Articles/150701/
[10] https://www.theregister.com/2003/01/05/perens_prentice_deliver_open_source/
[11] http://news.bbc.co.uk/2/hi/technology/3422853.stm
[12] https://www.theregister.com/2001/08/03/netcrafts_july_2001_web_survey/
[13] https://www.theregister.com/2006/07/25/ubuntu_goes_mainstream/
[14] https://ubuntu.com/about/release-cycle
[15] https://lists.ubuntu.com/archives/ubuntu-announce/2014-January/000178.html
[16] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/oses&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=4&c=44YtWDqsjoEjF5LZbTZBtKZAAAAIw&t=ct%3Dns%26unitnum%3D4%26raptor%3Dfalcon%26pos%3Dmid%26test%3D0
[17] https://www.debian.org/releases/
[18] https://wiki.debian.org/DebianReleases
[19] https://www.theregister.com/2021/12/10/debian_firefox_issues/
[20] https://manpages.ubuntu.com/manpages/bionic/man8/apt.8.html
[21] https://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/
[22] https://pubads.g.doubleclick.net/gampad/jump?co=1&iu=/6978/reg_software/oses&sz=300x50%7C300x100%7C300x250%7C300x251%7C300x252%7C300x600%7C300x601&tile=3&c=33YtWDqsjoEjF5LZbTZBtKZAAAAIw&t=ct%3Dns%26unitnum%3D3%26raptor%3Deagle%26pos%3Dmid%26test%3D0
[23] https://help.ubuntu.com/community/RestrictedFormats
[24] https://unix.stackexchange.com/questions/515811/what-is-the-debian-equivelent-to-ubuntu-restricted-extras
[25] https://launchpad.net/ubuntu/+ppas
[26] https://snapcraft.io/about
[27] https://flatpak.org/
[28] https://www.theregister.com/2022/07/13/slimbook_linux_laptop_update/
[29] https://www.theregister.com/2022/07/12/oracle_linux_9/
[30] https://www.theregister.com/2022/07/11/raspberry_pi_desktop_update/
[31] https://www.theregister.com/2022/07/09/russian_debianderivative_vendor_plans_ipo/
[32] https://wiki.debian.org/CreatePackageFromPPA
[33] https://linuxconfig.org/install-packages-from-an-ubuntu-ppa-on-debian-linux
[34] https://snapcraft.io/docs/installing-snap-on-debian
[35] https://wiki.debian.org/FlatPak
[36] https://wiki.ubuntu.com/DerivativeTeam/Derivatives
[37] https://www.theregister.com/2006/11/20/microsoft_claims_linux_code
[38] https://www.theregister.com/2011/04/01/ubuntu1004_beta_review/
[39] https://www.theregister.com/2011/04/11/gnome_3_review/
[40] https://www.theregister.com/2012/01/30/mint_12_under_the_covers/
[41] https://www.theregister.com/2015/02/09/brit_linux_distro_crunchbang_calls_it_quits
[42] https://www.bunsenlabs.org/
[43] https://crunchbangplusplus.org/
[44] https://systemd.io/
[45] https://www.oracle.com/it-infrastructure/technologies/howto-service-management-facility.html
[46] https://www.launchd.info/
[47] https://www.theregister.com/2017/04/22/devuan_1_0_0_released/
[48] https://www.theregister.com/2020/06/03/devuan_beowulf_30/
[49] https://www.theregister.com/2021/10/15/devuan_4_chimaera_released/
[50] https://www.devuan.org/os/devuan-distros
[51] https://www.theregister.com/2020/07/01/linux_mint_20/
[52] https://www.theregister.com/2022/01/12/mint_203_mozilla/
[53] https://www.freedesktop.org/software/systemd/man/systemd-oomd.service.html
[54] https://www.theregister.com/2022/06/20/spirallinux_new_debian_remix_from/
[55] https://www.theregister.com/2022/07/11/raspberry_pi_desktop_update/
[56] https://www.theregister.com/2022/07/09/russian_debianderivative_vendor_plans_ipo/
[57] https://www.theregister.com/2022/06/27/7zip_compression_tool/
[58] https://www.theregister.com/2022/06/22/manjaro_213_released/
[59] https://linuxmint.com/download_lmde.php
[60] https://www.theregister.com/2022/03/19/linux_mint_debian_edition_5/
[61] https://www.theregister.com/2012/05/22/review_raspberry_pi_arm_pc/
[62] https://www.debian.org/releases/stretch/armhf/ch02s01.html.en
[63] https://www.raspbian.org/RaspbianAbout
[64] https://www.raspbian.org/RaspbianAbout
[65] https://www.raspberrypi.com/software/raspberry-pi-desktop/
[66] https://www.theregister.com/2022/06/20/spirallinux_new_debian_remix_from/
[67] https://www.theregister.com/2022/01/24/geckolinux/
[68] https://wiki.debian.org/DebianTesting
[69] https://www.debian.org/releases/sid/
[70] https://www.theregister.com/2014/10/27/opensuse_tidies_up_disto_model_ahead_of_134/
[71] https://distrowatch.com/table.php?distribution=mepis
[72] https://www.unixmen.com/warren-woodford-and-the-linux-distro-market-interview/
[73] https://antixlinux.com/about/
[74] https://mxlinux.org/
[75] https://www.debian.org/derivatives/
[76] https://grml.org/
[77] https://tails.boum.org/
[78] https://www.theregister.com/Tag/Tor/
[79] https://www.theregister.com/2021/07/14/tails_linux_420/
[80] https://www.theregister.com/2020/03/19/purism_librem_mini_a_privacyfocused_micro_pc/
[81] https://www.theregister.com/2022/07/02/interview_purism_ceo_librem_usa/
[82] https://pureos.net/
[83] https://www.kali.org/
[84] https://www.theregister.com/2021/09/20/kali_linux_20213/
[85] https://www.theregister.com/2017/03/28/verity_stob_mr_robot/
[86] https://www.endlessos.org/os
[87] https://whitepapers.theregister.com/
Debian
At least, that is my choice. (For both server and desktop machines.)
Re: Debian
I stick with RHEL and derivates (Alma Linux, Rocky Linux) and SUSE/openSUSE on the server and SUSE/openSUSE on the desktop. Mostly because I get longer support cycles, QA seems to be better, there's less breakage between updates and I get packages which, while not necessarily the latest, aren't ancient.
But each to their own I guess
Re: Debian
But each to their own I guess
There you go, being all reasonable!
Re: Debian
. . . and off-topic!
Re: Debian
Used Ubuntu, until they went all blocky and Untiy-like.
Currently on Mint MATE 20.3, which seems to work just fine for me.
No irony there, then
"...there was no particular pressure to improve the Debian installer."
"Although it's been one of the leading distros for over 20 years Debian has remained famously hard to install."
Re: No irony there, then
Which is absolutely false. I find really much harder to install Centos, when it comes to disk configuration that is not, of course, the default one.
Devuan
"Given that the Debian project would benefit from more money and more people as it is, we'd be happier to see Debian simply offer a choice of init systems during installation, and the two projects merge back together."
Hooray! At last I am not the only one saying so.
Re: Devuan
Now that Pottering has defected to MICRO$~T, there shouldn't be any excuse left to keep that abomination as unique choice. Binary logs ??????
Re: Devuan
It's not just the binary logs. It is the feature creep and tentacles everywhere.
Debian and LMDE
Debian on one machine and LMDE5 on daily driver. As someone else said, each to their own I suppose!
no way to "try before you buy"
So have I misunderstood what "Debian live" is?
Worth raising a glass to Ian Murdock, because without him there'd be no Debian really.
Debian just boots into the installation program – there's no way to "try before you buy"
Typing "debian live image" into DuckDuckGo brings up https://www.debian.org/CD/live/ as the first hit - the way in to official live images and unofficial images with non-free software included. It will take a little more clicking to get to the list of images but there are images for several desktops. Yes, the route to get them could benefit from some tidying up but they're readily available.
At https://www.devuan.org/get-devuan the first option listed is a live image, available in any desktop you want so long as it's Xfce. Again a few additional clicks are needed before you're downloading from a mirror.
One thing I would complain about with Debian - and hence Devuan - is that for a long term support distro there's a strange reluctance to ship an LTS version of KDE.
.....and then there's folk who want to flee from Apple.....
....and who find elementaryOS absolutely fabulous!!!
....beautiful to look at....and absolutely no need to use a (dreaded) terminal session......
Re: .....and then there's folk who want to flee from Apple.....
It looks a bit cluttered to me - or do those panel things at top and bottom autohide if you want them to? and then there's the latest idea of cluttering up the title bar with extra controls.
Beauty lies in the eye of the beholder.
APT was a killer feature
I was in "RPM dependency hell" with Red Hat at the time, and when I found out you could just say "ok, grab everything you need to upgrade and install it" with mostly just "apt dist-upgrade" then I switched to Debian Testing (Sarge at the time) and I haven't looked back. I've only had Testing break my system once in all those years.
"By default, it also doesn't include either Snap or Flatpak" is a feature, as far as I'm concerned. Every app does not need another corresponding copy of the OS. I've also migrated to Devuan myself. I tried writing a systemd init script once. Just once. I also tried writing scripts to auto-download pictures from my camera, and that was the motivation to move to Devuan.
Re: APT was a killer feature
I was in "RPM dependency hell..."
Yes, me too, so that when I discovered PCLinuxOS had all the tools from Mandrake and it had the apt system of package management that was it, and I have stuck with PCLOS ever since.
There's something about systemd that puts me off trying the likes of Debian and its derivatives so although there might be features that would appeal to me I have tended to steer clear. Keeping my boxes on the straight and narrow is one thing, wrestling with a vampire squid is another.
Ice Cream flavo[u]rs
'[Brian] brightened up. “Do you know,” he said, “my cousin said that in America there's shops that sell thirtynine different flavors of ice cream?”
This even silenced Adam, briefly.
“There aren't thirtynine flavors of ice cream,” said Pepper. “There aren't thirtynine flavors in the whole world.”
“There could be, if you mixed them up,” said Wensleydale, blinking owlishly. “You know. Strawberry and chocolate. Chocolate and vanilla.” He sought for more English flavors. “Strawberry and vanilla and chocolate,” he added, lamely.'
Splitters!
(See title)