KDE just announced the KDE Frameworks 6.25.0, and earlier this week they came with Plasma 6.6.4.
I built the packages for those new releases – targeting Slackware -current of course. Along with these updates I also refreshed KleverNotes, Krita, Kstars and Okteta to their latest versions.
You can find the packages in my ‘ktown‘ repository: https://slackware.nl/alien-kde/current/testing/ with the sources in https://slackware.nl/alien-kde/source/testing/ and the changes tracked in git: https://git.slackware.nl/ktown/log/.
If you are using the slackpkg+ extension to slackpkg and have already switched from Slackware’s Plasma5 to my Plasma6 then the upgrade to the latest set of Slackware-current packages along with the new ‘ktown‘ Plasma 6 is trivial (assuming you tagged my repository with the string “ktown” in slackpkgplus.conf):
# slackpkg update # slackpkg install-new # slackpkg install ktown # slackpkg upgrade-all
Are you still running Slackware’s own KDE Plasma5 on the other hand, it must be removed first. No clean upgrade path can be provided! Do as follows:
Use the slackpkg template provided in the package directory (https://slackware.nl/alien-kde/current/testing/plasma6_remove_plasma5.template is the online version).
The template is called ‘plasma6_remove_plasma5.template‘. This file contains the name of all original Slackware packages that need to be removed.
You can do this either using slackpkg (no slackpkg+ needed):
# cp plasma6_remove_plasma5.template /etc/slackpkg/templates # slackpkg update # slackpkg remove-template plasma6_remove_plasma5
… or else using pkgtools:
# cat plasma6_remove_plasma5.template | while read PKGNAME; do removepkg $PKGNAME ; done
And then proceed with the upgrade steps I shared higher-up.
The next major update is going to be KDE Gear 26.04 which will be the first release of KDE Gear (i.e. Applications & PIM) without dependency on Qt5 or the KDE Frameworks 5.
This move to Gear 26.04 requires some additional changes to the packages in Slackware -current itself, for which I asked Pat to assist. Let’s see what happens in the weeks to come.
Have fun and enjoy the weekend. Eric
Yesterday evening, KDE released their Frameworks 6.24.0 and taking advantage of the moment and even before morning coffee, I uploaded the Slackware packages for these new Frameworks.
Today 

Recent comments