Howto flatpak: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
uninstall flatpak packages that are not in use: | uninstall flatpak packages that are not in use: | ||
flatpak uninstall --unused | flatpak uninstall --unused | ||
uninstall and delete everything related to flatpak: | |||
flatpak uninstall --all --delete-data | |||
uninstall a specific flatpak package: | uninstall a specific flatpak package: | ||
flatpak uninstall <application ID> | flatpak uninstall <application ID> |
Revision as of 23:23, 11 January 2023
list installed apps:
flatpak list
list all installed flatpak with installation type, size and application id:
flatpak --columns=app,name,size,installation list
view all the installed flatpak with name and installed size:
flatpak --columns=name,size list
uninstall all apps:
flatpak uninstall --all
uninstall flatpak packages that are not in use:
flatpak uninstall --unused
uninstall and delete everything related to flatpak:
flatpak uninstall --all --delete-data
uninstall a specific flatpak package:
flatpak uninstall <application ID>
repair flatpak apps:
flatpak repair
update all apps:
flatpak update
verify the size of /var/lib/flatpak used by all flatpak apps:
du -h --max-depth=1 /var/lib/flatpak
view only the flatpak installed by users:
flatpak --columns=name,size --user list
show flatpak command history:
flatpak history