[ TechDocsCove ]  TechDocsCove en   ↩︎

# Flatpak Software Removal and Cleanup

flatpak   linux   software management   system administration  

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


Email shareIcon for sharing via email    Reddit shareIcon for sharing via Reddit    X shareIcon for sharing via X    Telegram shareIcon for sharing via Telegram    WhatsApp shareIcon for sharing via WhatsApp    Facebook shareIcon for sharing via Facebook    LinkedIn shareIcon for sharing via LinkedIn



Discover More within this Subject: