Bug 2392466 - Pristine Flatpak installation on Fedora 42 cannot find standard Flathub packages (like KDE runtimes) via CLI
Summary: Pristine Flatpak installation on Fedora 42 cannot find standard Flathub packa...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: flatpak
Version: 42
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: David King
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-09-01 23:06 UTC by Landon Ried
Modified: 2025-12-10 20:24 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Landon Ried 2025-09-01 23:06:14 UTC
A fresh installation of Flatpak on Fedora 42 is unable to find or install standard packages from the official Flathub remote when using the command-line interface. The flatpak search and flatpak install commands consistently fail with an error of "Nothing matches..." for common packages like the KDE Platform and its themes.

This issue persists even after a complete purge of Flatpak (dnf remove flatpak), manual deletion of all data (/var/lib/flatpak and ~/.local/share/flatpak), and a fresh reinstallation of both Flatpak and the Flathub remote.

Network connectivity to Flathub is confirmed to be working correctly via curl. The problem appears to be specific to the command-line client's inability to correctly parse or access the full Flathub repository index.

Reproducible: Always

Steps to Reproduce:

Perform a full removal of flatpak and its data:


sudo dnf remove flatpak
sudo rm -rf /var/lib/flatpak
rm -rf ~/.local/share/flatpak
Reinstall flatpak:


sudo dnf install flatpak
Add the official Flathub remote:


flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Attempt to install a standard KDE component:


flatpak install flathub org.kde.PlatformTheme.breeze

Actual Results:
The command fails with the error: error: Nothing matches org.kde.PlatformTheme.breeze in remote flathub

Expected Results:
The command should find the package and proceed with the installation.

Additional Information:

Flatpak Version: 1.16.1-1.fc42

The issue was successfully bypassed by reinstalling gnome-software and using its graphical interface to search for and install the desired Flatpak application (AudioTube). The GNOME Software application was able to correctly identify, download, and install the application and all of its dependencies (including the KDE Platform and Breeze theme) from Flathub without issue. This strongly suggests the bug is located within the command-line components of Flatpak on Fedora.







Show thinking

Comment 1 jay@peepo.com 2025-12-10 20:24:42 UTC
Fedora Remix 42 with arduino IDE 1.8.16 trying to install v2.3.6
https://flathub.org/en/apps/cc.arduino.IDE2/install
once one clicks on the install link, Discover opens with this:


The requested application could not be found in any available software repositories

(No entry for flatpak+https://dl.flathub.org/repo/appstream/cc.arduino.IDE2.flatpakref)

Please report this issue to Fedora Linux Asahi Remix.


Note You need to log in before you can comment on or make changes to this bug.