Page 1 of 52

MX Modified - Latest MX KDE 5.22 Using MX21 beta

Posted: Thu Jul 23, 2020 11:42 pm
by andyprough
[UPDATE] - YAY!!! The day is finally here that Norbert Preining's latest KDE/plasma 5.22.4 packages now work on the MX21 beta version without having to use the Debian Sid repos or jump through any other hoops. :number1:

Steps to do it:
1. With a fresh install of MX21 beta ISO, apt update and apt upgrade
2. Add Norbert Preining's gpg key and his KDE repos per the instructions below, and apt update
Add these repos from Norbert to a new "norbertpreining.list" text file in /etc/apt/sources.list.d/

Code: Select all

deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/frameworks/Debian_11/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_11/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps2108/Debian_11/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other/Debian_11/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other-deps/Debian_11/ ./
3. Add Norbert's gpg key to your system as follows:

Code: Select all

cd /etc/apt/trusted.gpg.d/
sudo wget https://www.preining.info/obs-npreining.asc
sudo gpg --import /etc/apt/trusted.gpg.d/obs-npreining.asc
4. From the MX Package Installer, Popular Apps Tab, Desktop Environments section, install the "KDE5 Standard" desktop.
5. Reboot, select the Plasma desktop at the login screen, and log into your shiny new KDE Plasma 5.22.4 desktop!
:celebrate:

As before - the use of these repos is UNSUPPORTED, although if you have problems you can leave a note at the end of this thread and we will try to help you. It is also EXPERIMENTAL - back up all your valuable data and continue to back it up if you try this method.

Soon, I will post an MX 21 beta Plasma Desktop 5.22.4 respin.

=================================================================================

[NOTE - WITH THE RELEASE OF MX 21 beta ISO, THE INFORMATION BELOW IS NO LONGER NECESSARY. YOU CAN RUN KDE 5.22.4 WITH MX 21 beta WITHOUT USING ANY DEBIAN SID REPOS. IF YOU PREFER TO USE DEBIAN SID REPOS, THEN THE BELOW INFORMATION SHOULD STILL BE HELPFUL]

UPDATE: An MX-KDE 5.21 Sid Respin ISO has been posted here: https://mega.nz/folder/SBlQHZCL#Z2oH5THPkz95-JJsDq2gxA
Passwords are the same as the MX Live ISO: demo/demo, root/root
If networking does not work, try 'sudo NetworkManager'
This respin is experimental and for testing purposes only - do not install it on a disk where you have important data.

................................................................................................................

This is a thread for discussing getting KDE version 5.19.3 5.19.5 5.20.4 5.20.5 5.21 5.22 and later running on MX using the KDE repositories from long-time Debian developer and project maintainer Norbert Preining.

We'll be putting steps here for getting it running on MX, and discuss the difficulties we run into.

This is completely experimental and UNSUPPORTED - DO NOT TRY THIS ON A PRODUCTION MACHINE. In fact, just don't try this - it will absolutely turn your system into a franken-MX because it mixes various repos that don't go together, and it will almost certainly ultimately break. However, if you feel adventurous and want to try it in a vm or on non-production hardware, then this is the place to discuss it.

The basic steps for right now appear to be as follows (this will take some ingenuity on the user's part - NOT for newbies, and you will get no support other than other KDE fans urging you on. And your synaptic skills need to be sharp - doing the synaptic steps from the command line would be begging for all kinds of trouble).
1. With a fresh install of MX, apt update and apt upgrade
2. Enable the Debian Sid repo and apt update, but DO NOT apt upgrade
3. Add Norbert Preining's gpg key and one of his repos per the instructions below, and apt update but DO NOT apt upgrade.
Norbert changed his "apps" repo to be "apps2104", so your repos should now be as follows:

Code: Select all

deb http://deb.debian.org/debian unstable main contrib non-free
deb http://mxrepo.com/mx/repo/ buster main non-free
deb http://mxrepo.com/mx/repo/ buster ahs
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/frameworks/Debian_Unstable/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/plasma522/Debian_Unstable/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/apps2104/Debian_Unstable/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other/Debian_Unstable/ ./
deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other-deps/Debian_Unstable/ ./
add the repos from Norbert to a new "norbertpreining.list" text file in /etc/apt/sources.list.d/, and add Norbert's gpg key to your system as follows:

Code: Select all

cd /etc/apt/trusted.gpg.d/
sudo wget https://www.preining.info/obs-npreining.asc
sudo gpg --import /etc/apt/trusted.gpg.d/obs-npreining.asc
4. run

Code: Select all

apt install task-kde-desktop
Allow MX to pull packages it needs from Debian Sid to handle the dependencies for KDE 5.20.5, but don't upgrade the rest of the system to Sid
5. Immediately disable the Debian Sid repo and Norbert's repos
6. Update and upgrade MX like usual from Debian stable and MX repos. Don't enable Debian Sid or Norbert's repos again except to add specific KDE packages or when Norbert releases a new update. At that time, enable Sid and Norbert's repos and select the specific KDE packages you want to add or upgrade from within synaptic. Your synaptic searching skills need to be quite good. Disable Sid and Norbert's repos again as soon as you are done with the KDE packages
7. This creates a complex franken system that is trying to handle stuff from 4 different and often conflicting repos. It generally works because KDE packages almost always use KDE or qt dependencies. The rest of your system hopefully won't be affected too much. I've run a system like this for several months now with no real problems, and kept all my MX tools working. No guarantees though.
8. task-kde-desktop does not pull in a few of the packages you will need for a good running desktop. You'll need to add the systemsettings package and will possibly have to add a networking package or configure networking by hand, among other things like KDE themes. Once again, synaptic is your friend, search for "kde" or "plasma" packages and you'll find several additional things you want.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Thu Jul 23, 2020 11:49 pm
by kksmith
thanks for the headsup. good to know since the plasma on MXkde is quite old.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 1:05 am
by andyprough
Here's an initial screenshot.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 2:28 am
by SwampRabbit
kksmith wrote: Thu Jul 23, 2020 11:49 pm thanks for the headsup. good to know since the plasma on MXkde is quite old.
It’s “quite old” because it is the stable and supported version in Debian 10 which MX-19 is based on.

You can’t have your absolutely free cake and eat it too, then complain you don’t like it. Lol

As Andy has so greatly stated this is unstable, unsupported, not fully tested, and should be expected to break.

@Andy great job. Could use some formatting to make it clearer, but good job. Step 3 took a second read at least for me.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 6:55 am
by kksmith
lol.. i wasnt complaining , just making a comment. plus, i dont eat stale cake, even if free.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 8:09 am
by andyprough
SwampRabbit wrote: Fri Jul 24, 2020 2:28 am@Andy great job. Could use some formatting to make it clearer, but good job. Step 3 took a second read at least for me.
I'm going for a non-newbie friendly writing style on this one. I figure for the folks who can't understand it, it's much better they don't try it.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 8:54 am
by SwampRabbit
kksmith wrote: Fri Jul 24, 2020 6:55 am ... i wasnt complaining , just making a comment...
Gotcha, sorry for going on the defensive then.

andyprough wrote: Fri Jul 24, 2020 8:09 am I'm going for a non-newbie friendly writing style on this one. I figure for the folks who can't understand it, it's much better they don't try it.
I get ya, I guess we'll have to wait and see it that works. :crossfingers: :happy:

If you and MAYBL8 have time, I may ask at some point what versions of certain packages got pulled in from both those repos.
Or time dependent maybe I'll just give it an attempt in a VM myself.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 9:15 am
by andyprough
SwampRabbit wrote: Fri Jul 24, 2020 8:54 amIf you and MAYBL8 have time, I may ask at some point what versions of certain packages got pulled in from both those repos.
Or time dependent maybe I'll just give it an attempt in a VM myself.
I can post a text file of my apt history.log from my update from KDE 5.19.2 to 5.19.3 yesterday if you like, although I doubt there will be much of interest there. Better would be to look at a new install like MAYBL8 has been doing. I tried to follow his steps with AHS but mine was broken right away.

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 9:27 am
by MAYBL8
Andy,
Thanks for your work on this.
I have it on a bare metal laptop that I have been installing various distros on trying to get some things to work on it. I have several topics on this forum sharing my trials and tribulations.
I don't mind breaking things and reinstalling if that is what it takes.
I've only had this running a few days now and it hasn't broke yet. Backups will be essential or snapshots if sid is about to change some critical packages if you keep it rolling.

Swamprabbit,
Can you give me a command string to run that will give you a list of packages you are interested in?

Also I was wondering do you guys think if I make a snapshot that someone could use it to do an install with to experiment on? I would suggest creating a separate partition on their system that they could boot to if they wanted to play with it then if they broke it they could just replace it or boot to a working partition that they have.

I'll provide some screen shots of my system in the future.

Also on the networking side. My system when it upgraded to sid broke my network . I had to manually set my interfaces file to pull an ip from dhcp. After I got connected to the internet I installed wicd. That works for me.

If you have any questions let me know.
Thanks
Dan

Re: MX Modified - KDE 5.19.3 on MX (UNSUPPORTED - extremely experimental)

Posted: Fri Jul 24, 2020 9:58 am
by MAYBL8
apt list --upgradeable from this morning.
Looks pretty safe but a snapshot looks advisable.

Code: Select all

$ apt list --upgradeable
Listing... Done
akonadi-server/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
akregator/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
ark/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
bluedevil/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
bsdextrautils/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
bsdutils/unstable 1:2.36-1 amd64 [upgradable from: 1:2.35.2-9]
desktop-defaults-mx-common/mx,mx 20.07.03 all [upgradable from: 20.07.02]
dolphin/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
drkonqi/unknown 5.19.3-1~np1 amd64 [upgradable from: 5.19.3-1~np1]
eject/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
fdisk/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
fwupd/unstable 1.3.11-2 amd64 [upgradable from: 1.3.11-1]
gcc-8-base/unstable 8.4.0-4 amd64 [upgradable from: 8.3.0-6]
gcc-8-base/unstable 8.4.0-4 i386 [upgradable from: 8.3.0-6]
gir1.2-ayatanaappindicator3-0.1/unstable 0.5.5-1 amd64 [upgradable from: 0.5.4-2]
gwenview/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
juk/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
kactivitymanagerd/unknown 5.19.3-1~np1 amd64 [upgradable from: 5.19.3-1~np1]
kaddressbook/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
kate/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
kcalc/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
kde-cli-tools/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
kde-spectacle/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
kde-style-breeze/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
kdepim-runtime/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
khelpcenter/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
kinfocenter/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
kmail/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
knotes/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
konqueror/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
konsole-kpart/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
konsole/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
korganizer/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
kscreen/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
kwalletmanager/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
kwin-style-breeze/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
kwrite/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libayatana-appindicator3-1/unstable 0.5.5-1 amd64 [upgradable from: 0.5.4-2]
libayatana-indicator3-7/unstable 0.7.0-1 amd64 [upgradable from: 0.6.3-1]
libblkid1/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
libcolorcorrect5/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libfdisk1/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
libfwupd2/unstable 1.3.11-2 amd64 [upgradable from: 1.3.11-1]
libfwupdplugin1/unstable 1.3.11-2 amd64 [upgradable from: 1.3.11-1]
libgcc1/unstable 1:10.1.0-1 amd64 [upgradable from: 1:8.3.0-6]
libkdecorations2-5v5/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libkf5akonadiagentbase5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadicalendar5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadicontact5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadicore5abi2/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadimime5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadiprivate5abi2/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadisearch-bin/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadisearch-plugins/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadisearchcore5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadisearchdebug5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadisearchpim5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadisearchxapian5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5akonadiwidgets5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5alarmcalendar5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5baloowidgets5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5calendarsupport5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5calendarutils5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5contacteditor5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5eventviews5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5followupreminder5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5gravatar5abi2/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5identitymanagement5/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkf5incidenceeditor5abi1/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkf5kaddressbookgrantlee5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5kaddressbookimportexport5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5kdepimdbusinterfaces5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5khtml-data/unknown 5.72.0-1~np2 all [upgradable from: 5.72.0-1~np1]
libkf5khtml5/unknown 5.72.0-1~np2 amd64 [upgradable from: 5.72.0-1~np1]
libkf5kmanagesieve5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5konq6/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5ksieve5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5ksieveui5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5libkdepim5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5libkdepimakonadi5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5libkleo5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5mailcommon5abi2/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5mailimporter5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5mailtransport5/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkf5mailtransportakonadi5/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkf5messagecomposer5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5messagecore5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5messagelist5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5messageviewer5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5mimetreeparser5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5pimcommon5abi2/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5pimcommonakonadi5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5plasma5/unknown 5.72.0-1~np2 amd64 [upgradable from: 5.72.0-1~np1]
libkf5plasmaquick5/unknown 5.72.0-1~np2 amd64 [upgradable from: 5.72.0-1~np1]
libkf5screen-bin/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libkf5screen7/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libkf5templateparser5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5tnef5/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkf5webengineviewer5abi1/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libkfontinst5/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libkfontinstui5/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libkpimgapicalendar5/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkpimgapicontacts5/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkpimgapicore5abi1/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkpimgapitasks5/unknown 20.04.3-1~np1 amd64 [upgradable from: 20.04.3-1~np1]
libkscreenlocker5/unknown 5.19.3-1~np1 amd64 [upgradable from: 5.19.3-1~np1]
libkwaylandserver5/unknown 5.19.3-1~np1 amd64 [upgradable from: 5.19.3-1~np1]
libkworkspace5-5/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libmount1/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
libnotificationmanager1/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libokular5core9/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
libplasma-geolocation-interface5/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libpowerdevilcore2/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libsmartcols1/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
libtaskmanager6abi1/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
libunwind8/unstable 1.2.1-11 amd64 [upgradable from: 1.2.1-10]
libuuid1/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
libweather-ion7/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
milou/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
mount/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
okular/unknown 4:20.04.3-1~np1 amd64 [upgradable from: 4:20.04.3-1~np1]
plasma-dataengines-addons/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
plasma-desktop/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
plasma-discover/unknown 5.19.3-1~np1 amd64 [upgradable from: 5.19.3-1~np1]
plasma-framework/unknown 5.72.0-1~np2 amd64 [upgradable from: 5.72.0-1~np1]
plasma-integration/unknown 5.19.3-1~np1 amd64 [upgradable from: 5.19.3-1~np1]
plasma-nm/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
plasma-pa/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
plasma-runners-addons/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
plasma-widgets-addons/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
plasma-workspace/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
polkit-kde-agent-1/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
powerdevil/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
reiser4progs/unstable 1.2.1-2 amd64 [upgradable from: 1.2.1-1]
rfkill/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]
systemsettings/unknown 4:5.19.3-1~np1 amd64 [upgradable from: 4:5.19.3-1~np1]
util-linux/unstable 2.36-1 amd64 [upgradable from: 2.35.2-9]