I’m trying to enable Japanese input on Fedora 42 KDE using this guide: Japanese Text Input on the Fedora Linux KDE Spin | Shernet. I try to install the packages with : sudo dnf install fcitx5-mozc fcitx5-kkc kcm-fcitx5 fcitx5-autostart but it gives me the following error that I can’t make sense of:
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: problem with installed package
- installed package plasma-discover-kns-6.5.2-1.fc42.x86_64 requires libQt6Core.so.6(Qt_6.9)(64bit), but none of the providers can be installed
- package plasma-discover-kns-6.5.2-1.fc42.x86_64 from updates requires libQt6Core.so.6(Qt_6.9)(64bit), but none of the providers can be installed
- cannot install both qt6-qtbase-6.8.2-3.fc42.x86_64 from fedora and qt6-qtbase-6.9.3-1.fc42.x86_64 from @System
- cannot install both qt6-qtbase-6.9.3-1.fc42.x86_64 from updates and qt6-qtbase-6.8.2-3.fc42.x86_64 from fedora
- package fcitx5-qt6-5.1.9-3.fc42.x86_64 from fedora requires qt6-qtbase(x86-64) = 6.8.2, but none of the providers can be installed
- conflicting requests
- package kcm-fcitx5-5.1.8-1.fc42.i686 from fedora requires libFcitx5Qt6DBusAddons.so.1, but none of the providers can be installed
- package kcm-fcitx5-5.1.11-1.fc42.i686 from updates requires libFcitx5Qt6DBusAddons.so.1, but none of the providers can be installed
- fcitx5-qt6-5.1.9-3.fc42.i686 from fedora has inferior architecture
- package kcm-fcitx5-5.1.8-1.fc42.x86_64 from fedora requires libFcitx5Qt6DBusAddons.so.1()(64bit), but none of the providers can be installed
- package kcm-fcitx5-5.1.11-1.fc42.x86_64 from updates requires libQt6Core.so.6(Qt_6.9)(64bit), but none of the providers can be installed
- package kcm-fcitx5-5.1.11-1.fc42.x86_64 from updates requires libFcitx5Qt6DBusAddons.so.1()(64bit), but none of the providers can be installed
- nothing provides qt6-qtbase(x86-64) = 6.9.2 needed by fcitx5-qt6-5.1.11-1.fc42.x86_64 from updates
- nothing provides qt6-qtbase(x86-32) = 6.9.2 needed by fcitx5-qt6-5.1.11-1.fc42.i686 from updates
You can try to add to command line:
--skip-broken to skip uninstallable packages
I’m not sure if this is a Fedora issue or a KDE issue.