Difference between revisions of "Flatpak"
Views
Actions
Namespaces
Variants
Tools
Added instructions for removing Flatpak
imported>Dalto (Initial revision) |
imported>Dalto (Added instructions for removing Flatpak) |
||
Line 124: | Line 124: | ||
You can remove Flatpaks with the command {{ic|flatpak uninstall}}. For example: | You can remove Flatpaks with the command {{ic|flatpak uninstall}}. For example: | ||
flatpak uninstall org.videolan.VLC | flatpak uninstall org.videolan.VLC | ||
=Removing Flatpak Support= | |||
If you no longer wish to have support for the Flatpack in your system you can remove it from the system by simply removing the package {{ic|flatpak}} with your favorite package manager or with the command | |||
pamac remove flatpak | |||
To also remove any installed Flatpaks you need to remove the directories containing them. These are {{ic|/var/lib/flatpak}} and {{ic|~/.local/share/flatpak}}. For example, you could use the command | |||
sudo rm -r /var/lib/flatpak | |||
rm -r ~/.local/share/flatpak | |||
[[Category:Contents Page]] | [[Category:Contents Page]] |