SparkyLinux Drops a Desktop to Make Room for Kernel 7.1
SparkyLinux 2026.06 Rolling dropped this week and it is not just another ISO refresh. You get the Linux 7.1 kernel as an option, a significantly better Calamares installer, and the project quietly killed off a desktop environment that had been on life support for a while. If you have been curious about Debian Testing without the hassle of maintaining it yourself, this is the version to try.
I have been running Sparky on a secondary machine for about six months, and the 2026.06 release is the cleanest I have seen. The combination of a flexible kernel choice, a real Calamares overhaul, and a more curated default package set makes this rolling distro feel less like raw Debian and more like a finished product.
What Actually Changed in This Release
The change list is short enough to actually read:
- Linux kernel 7.0 ships by default, with 7.1 available in the repos
- Linux 6.18.35 LTS and 6.12.93 LTS also available for production machines
- Firefox 140.11.0 ESR and Thunderbird 140.11.0 ESR included
- Calamares 3.4.2 with Plasma Login Manager support and single-character password option
- Lumina desktop and Sparky APTus removed from the repos
- All packages updated from Debian Testing and Sparky Testing as of June 17th
None of those items by itself justifies a release. The combination is what makes it interesting. Most rolling distros give you one kernel and tell you to live with it. Sparky gives you four kernel choices from a single installer, which is the kind of flexibility that pays off when you need to test new hardware support or hold back on a regression.
You Get to Choose Between Bleeding Edge and Long Term Stability
Here is what I respect about this release. The default ships with Linux 7.0, which is already a solid modern kernel. But if you want the newest toy, Linux 7.1 is right there in the repos waiting for you. And if you have production servers or machines you cannot afford to reboot twice a week, the rolling repos also include Linux 6.18.35 LTS and 6.12.93 LTS.
That kind of flexibility matters. A lot of rolling distros assume you want the latest everything all the time. SparkyLinux gives you the option without forcing your hand. You can run the LTS kernel for daily work and still have the 7.1 kernel installed alongside to test new hardware support or filesystem improvements. The bootloader handles the selection and you never have to commit to one.
The trade-off is that this is still Debian Testing under the hood. You get newer packages than Debian Stable, but you also get the occasional instability that comes with it. If your workflow depends on everything working exactly as it did yesterday, you probably want the stable flavor instead. But for everyone else, this is the sweet spot between Debian Stable boredom and Arch upgrade anxiety.
The Calamares 3.4.2 Overhaul Fixes UEFI Install Headaches
I have installed enough Linux distros to have strong opinions about installers. Calamares has always been functional but never exciting. The 3.4.2 update changes that a little. It now supports the Plasma Login Manager on the KDE Plasma edition, which means you can configure your login screen during installation instead of hunting for the settings after first boot. Small win, big quality of life improvement.
The more practical change is support for single-character passwords during installation. That is a specific ask for people running offline or test machines. You are not going to use “a” as your production password, but for a VM or a secondary machine, the flexibility is welcome.
For anyone installing on UEFI hardware, here are the notes worth reading before you start:
- The devs recommend an active internet connection during UEFI installs
- The Calamares graphical installer is the preferred method for UEFI systems
- Legacy BIOS machines can still use the text-based CLI installer
- Existing rolling release users can skip the ISO entirely and just run system updates
The internet-connection-during-UEFI-install recommendation is not a Sparky quirk. Most modern distros need network access during install to fetch the signed boot loader binaries and the UEFI CA certificates. If you are trying to install offline, you are going to have a bad time on any current distro, not just Sparky.
Lumina Is Gone and Sparky Lost Some Tools Along the Way
The Lumina desktop environment has been removed from the Sparky repos. The team did not give a detailed reason, but the reality is that Lumina has been effectively discontinued and inactive for a while. It happens. Desktop environments come and go, especially in the lightweight Linux space where projects burn bright and then fade. Sparky still ships with KDE Plasma, Xfce, LXQt, MATE, Openbox, and a text-mode edition. Nobody is left stranded.
What stings a little is the loss of Sparky APTus, the graphical package manager wrapper that gave you quick access to common admin tasks like installing multimedia codecs, configuring firewalls, and managing system services. APTus was a Sparky-specific tool and it was the kind of thing that made the distro approachable for new Linux users who were not ready to drop into a terminal.
The replacement is more reliance on standard Debian tools plus a curated Sparky Tools section in the application menu. You can still install codecs and configure services, but the one-click APTus workflow is gone. For experienced users this is fine. For the newcomers the APTus workflow was designed for, the learning curve just got steeper.
The Firefox and Thunderbird ESR Versions Are Actually Current
Including Firefox 140.11.0 ESR and Thunderbird 140.11.0 ESR is the right call for a Debian Testing base, because the regular Firefox in Debian Testing tends to lag behind upstream by a few weeks. The ESR (Extended Support Release, Mozilla’s slower-moving branch aimed at organizations and distributions that want stability over bleeding-edge features) versions are not the latest feature releases, but they get security updates on a predictable schedule and they are stable enough for daily use.
If you need the absolute latest Firefox features, you can grab the upstream tarball and run it in your home directory. But for the 90 percent case, the ESR versions are what you want. Thunderbird ESR gets the same treatment, which matters because the mail client is the kind of tool where stability beats new features every time.
Trade-offs
SparkyLinux 2026.06 Rolling is not free in the usual Debian Testing ways. You will hit the occasional broken package upgrade, usually within a week of a major Debian transition. If your workflow depends on a specific package version and you cannot roll back, you should pin it explicitly and check the Sparky forums before upgrading. The rolling release model means you cannot count on any specific package version being available six months from now.
The four-kernel choice is a real win, but it is also more complex than a single-kernel install. If you boot into the wrong kernel after a kernel update because your bootloader default got out of sync, you will spend ten minutes wondering why your hardware does not work right. The fix is straightforward: edit /etc/default/grub and set GRUB_DEFAULT=saved, then grub-set-default to the kernel you want. Most users will not hit this, but it is a sharp edge that does not exist on single-kernel distros.
The loss of Lumina and APTus makes the distro a little less friendly for newcomers. If you are recommending Sparky to someone who is new to Linux, be prepared to walk them through the package manager and the basic system administration tasks that APTus used to handle.
If you want a polished Debian Testing experience with multiple kernel choices and you do not mind the occasional instability, this is the release to try. If you need rock-solid stability for production work, the Sparky stable flavor or plain Debian Stable is the better choice. Arch users will not find anything new here. Ubuntu users will find a different experience.
Bottom line
SparkyLinux 2026.06 Rolling is the best version of this distro I have used. The four-kernel choice, the Calamares 3.4.2 overhaul, and the clean package set make it a strong option for anyone who wants Debian Testing without maintaining it from scratch. The Lumina and APTus removals are real losses, but the rest of the release is solid enough to compensate.
If you are already running a previous Sparky release, the upgrade path is straightforward: refresh the package lists and run sudo apt full-upgrade. The new packages will land on the next refresh cycle. The kernel options do not change your existing install, but you can install the 7.1 kernel alongside your current one and select it from the bootloader.
If you are new to Sparky, download the ISO, boot it in a VM first to test your hardware compatibility, and only then commit to a bare-metal install. The Calamares installer is the best it has ever been, but it is still worth a dry run before you wipe a drive.
Anyone who has been on the fence about Debian Testing as a daily driver should give this release a serious look. It is the closest thing to a finished Debian Testing product I have seen from any of the testing-based distros.