I’ve been using open webui for some time but I wanted to test the Alpaka, a KDE app - https://apps.kde.org/alpaka/

When I click on an “Install on linux” button, Discover app is opening and gives me this error “Could not open appstream://org.kde.alpaka because it was not found in any available software repositories.” When using dnf there’s no such package as Aplaka. I can find and install other KDE apps. What am I missing?

I’m on Fedora 40, KDE spin.

  • Rustmilian
    link
    English
    1
    edit-2
    6 months ago

    Do you have packagekit installed? Perhaps :

    Enabling RPM Fusion Free Repository :

    sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
    

    Enabling RPM Fusion Nonfree Repository :

    sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
    

    Or rpmfusion-setup