Greetings,
i tried to `dnf remove knode` because it is unmaintained and i do not need it, but this also removes akonadi and some kdepimlibs, which i think are required for other KDE applications to work.
Is this a dependency problem that needs a bug report, is my system messed up, or is it save to remove akonadi
thanks
On 22/06/2022 17:24, HF wrote:
i tried to `dnf remove knode` because it is unmaintained and i do not need it, but this also removes akonadi and some kdepimlibs, which i think are required for other KDE applications to work.
sudo dnf remove knode --setopt="clean_requirements_on_remove=False"
On Wed, 2022-06-22 at 17:33 +0200, Vitaly Zaitsev wrote:
On 22/06/2022 17:24, HF wrote:
i tried to `dnf remove knode` because it is unmaintained and i do not need it, but this also removes akonadi and some kdepimlibs, which i think are required for other KDE applications to work.
sudo dnf remove knode --setopt="clean_requirements_on_remove=False"
looks like a bug in dnf autoremove, today I had another report about the same issue Removing VirtualBox removes a lot of packages https://bugzilla.rpmfusion.org/show_bug.cgi?id=6343
-- Sincerely, Vitaly Zaitsev (vitaly@easycoding.org) _______________________________________________ kde mailing list -- kde@lists.fedoraproject.org To unsubscribe send an email to kde-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kde@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
On 6/22/22 12:33, Vitaly Zaitsev wrote:
On 22/06/2022 17:24, HF wrote:
i tried to `dnf remove knode` because it is unmaintained and i do not need it, but this also removes akonadi and some kdepimlibs, which i think are required for other KDE applications to work.
sudo dnf remove knode --setopt="clean_requirements_on_remove=False"
Or:
sudo dnf remove knode --noautoremove