translations: [ es/Español ] · [ de/Deutsch ] · [ fr/Français ]
Deleting Programs
Uninstall a specific Flatpak application:
flatpak uninstall <app_name>
For instance, to uninstall the package named com.valvesoftware.Steam
:
flatpak uninstall com.valvesoftware.Steam
Removing Leftovers
Remove application data along with the program:
flatpak uninstall --delete-data <app_name>
For example, for the package named com.valvesoftware.Steam
:
flatpak uninstall --delete-data com.valvesoftware.Steam
Removing Unused Programs
Uninstall all unused Flatpak runtimes and applications:
flatpak uninstall --unused
Created on: Jan 1, 2024
Discover More within this Subject:
- Installing Software With Flatpak
- Understanding and using Dnf in Fedora
- Upgrading and Rolling Back Fedora Silverbue
- Understanding `kill` Command in Linux
- Understanding `ps` Command in Linux