Description of the issue (screenshots if relevant):
Relevant informations (hardware involved, software version, logs or output…):
Hallo,
it is impossibe to remove yakuake.
$ sudo dnf remove yakuake
Keine Übereinstimmung für Argumente: yakuake
Keine Pakete zum Entfernen markiert.
Abhängigkeiten sind aufgelöst.
Nichts zu tun.
Fertig!
But ‘yakuake’ is installed in my system.
$ dnf list yakuake
google-earth-pro 1.5 kB/s | 1.0 kB 00:00
OpenMandriva Rolling - x86_64 2.0 MB/s | 5.4 MB 00:02
OpenMandriva Rolling - Extra - x86_64 754 kB/s | 1.4 MB 00:01
OpenMandriva Rolling - Restricted - x86_64 18 kB/s | 23 kB 00:01
OpenMandriva Rolling - Non-free - x86_64 24 kB/s | 30 kB 00:01
Verfügbare Pakete
yakuake.x86_64
If you use dnf list installed "*yakuake*" dnf will return the full package.arch name of yakuake that is installed, if it is not installed the command will return nothing.
From there you should be able to for example: sudo dnf remove plasma6-yakuake.x86_64 or in my case it would be sudo dnf remove plasma6-yakuake.znver1 using the full package name to remove yakuake.
Console log:
uro ~ $ dnf list installed "*yakuake*"
Installed Packages
plasma6-yakuake.znver1 24.12.1-1 @rolling-znver1
uro ~ $ sudo dnf remove plasma6-yakuake.znver1
[sudo] password for uro:
Dependencies resolved.
===============================================================================================================================================
Package Architecture Version Repository Size
===============================================================================================================================================
Removing:
plasma6-yakuake znver1 24.12.1-1 @rolling-znver1 2.3 M
Transaction Summary
===============================================================================================================================================
Remove 1 Package
Freed space: 2.3 M
Is this ok [y/N]:
The upgrade from Plasma 5 to plasma 6 is not complete. They are still updating packages too. Some of them still use parts of Plasma5 and some use parts of Plasma6 and they have to be flagged in some way.
Once all of that is complete, they will drop all the extra parts of the names that signify what they are.