How do I uninstall plasma keyboard on fedora? I get this:
$ dnf install plasma-keyboard
Updating and loading repositories:
Repositories loaded.
Package "plasma-keyboard-1:6.7.1-1.fc44.x86_64" is already installed.
$ dnf remove plasma-keyboard
Failed to resolve the transaction:
Problem: installed package plasma-workspace-6.7.1-1.fc44.x86_64 requires plasma-keyboard(x86-64), but none of the providers ca
n be installed
- installed package plasma-desktop-6.7.1-1.fc44.x86_64 requires plasma-workspace, but none of the providers can be installed
- conflicting requests
- problem with installed package
I don’t need plasma keyboard and it is obstructing composing with Ctrl+Shift+u+hexcode . Disabling works but after every update it is back again.
I believe this bug is supposed to be fixed, https://bugs.kde.org/show_bug.cgi?id=509416, but I’m not sure if that’s the same issue since you’re talking about it changing on updates.
Maybe wait a bit and see if the setting sticks.
At your own risk you can do rpm --no-deps -e packagename
but it will be re-installed every time you update.
You could exclude that package from updates but then you won’t be able to update plasma-workspaces due to dependencies.