Can't remove Yakuake from my Rolling system

Hello,

  • _OpenMandriva Lx version:_25.01 ROME

  • Desktop environment (KDE, LXQT…): LXQT, KDE

  • 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

with regards
Ch. Hanisch

1 Like

When I search and translate that, it comes as “Available Packages”
I don’t think that means it is installed, but it sees it in the repos. Try

which yakuake

rpm -qa|grep yakuake

most likely it will return
plasma6-yakuake

1 Like

I uninstalled mine a week ago and it returns nothing. I expect @Hanisch will get the same result.

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]: 

I hope this is of use for your quest.

2 Likes

Hello,

$ sudo dnf remove plasma6-yakuake.x86_64

with this strangely name the “Yakuake”-package is successful removed.

Why is the name of “Yakuake” so different in any systems?

with regards
Ch. Hanisch

2 Likes

Great question!

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.

1 Like