https://bugs.kde.org/show_bug.cgi?id=523925
Aros <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Aros <[email protected]> --- (In reply to luk from comment #0) > Krusader doesn't appear in Disvover. > I can't find it (only Filelight appears when I search for "Krusader"), > also when I open Discover from this link > https://apps.kde.org/en-gb/krusader/ there is no Krusader. > > Why KDE default "store"/package management app doesn't show its own KDE apps > ? > > expected behaviour: > Krusader available in Discover, like any other KDE app. > > > Kubuntu 26.04 > > > > > > > > > > > Kubuntu 26.04 Yo First of all you can just use the package manager (apt) to install it Open Terminal Emulator Run: sudo apt install krusader And it's done. Pppp First of all, Discover is not a centralized Cloud Database, it relies heavily on local system package manager for backend. (Packagekit for apt) To read what's present in the configured repos. Krusader is located inside the universe repository of UBUNTU Discover relies on appstream metadata to display applications and their respective elements, in new development version of ubuntu... This appstream metadata just frequently breaks with universe repo or just falls behind or lags index. Filelight id here because it's a core desktop seedling, so it's metadata is perfectly cached eith main repository. Because discover couldn't find Appstream metadata ... Matching the pacakage... It says it doesn't exist even if it's available via apt. You can update the package lists and Appstream metadata: Run this is terminal : sudo apt update && sudo appstreamcli refresh Now after Manual install you'll see Krusader installed in Discover because local pacakage will be synced up like normal. Note : The best and the most working way to install anything is using your pacakage manager or installing manually -- You are receiving this mail because: You are watching all bug changes.
