On Fri, 17 Jan 2025, Joe Zeff wrote:
On 01/17/2025 04:22 PM, Michael Hennebry wrote:
Is there a command that will tell me what packages depend on flatpak? I realize I could do a remove command and see what else would be destroyed, but that means one bad key press and I could lose a bunch of my system. dnf does not seem to have a --dryrun option.
It may not, but it does have -n which answers all questions with no.
I found this before your response: sudo rpm --erase --test flatpak [sudo] password for hennebry: error: Failed dependencies: flatpak is needed by (installed) fedora-flathub-remote-1-8.fc40.noarch flatpak(x86-64) >= 1.9.1 is needed by (installed) gnome-software-46.5-3.fc40.x86_64
/var/lib/flatpak/repo/objects contains 256 subdirectories named 00 through ff. Those directories have files with names that I suspect are mostly hash values. The suffixes are .file .dirtree .commit .commitmeta .
sudo flatpak list --app gives me nothing.