LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to uninstall a flatpak program please (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-uninstall-a-flatpak-program-please-4175700462/)

Michael Piziak 09-10-2021 05:43 PM

How to uninstall a flatpak program please
 
What command do I type into terminal to uninstall Gimp that was installed with flatpak install flathub org.gimp.GIMP

Do I simply type flatpak uninstall flathub org.gimp.GIMP, into terminal?

JeremyBoden 09-10-2021 05:56 PM

Code:

sudo apt purge "*flatpak*"
worked for me :)
Never had any flatpak problems since!

It's possible that you have to learn some special flatpak commands, though.

Timothy Miller 09-10-2021 06:26 PM

Code:

flatpak uninstall <program> && flatpak uninstall --unused
This will get rid of the program and anything the program pulled in as required that is no longer needed by anything.

Michael Piziak 09-10-2021 11:14 PM

Quote:

Originally Posted by JeremyBoden (Post 6283160)
Code:

sudo apt purge "*flatpak*"
worked for me :)
Never had any flatpak problems since!

It's possible that you have to learn some special flatpak commands, though.

Yea, I don't want to uninstall flatpak, just Gimp (that was installed using flatpak)

Michael Piziak 09-10-2021 11:14 PM

Quote:

Originally Posted by Timothy Miller (Post 6283165)
Code:

flatpak uninstall <program> && flatpak uninstall --unused
This will get rid of the program and anything the program pulled in as required that is no longer needed by anything.

yea, I think this is what I'm looking for. Thanks.
Marking as solved....

Addendum: This command, typed into terminal, did the trick: "flatpak uninstall org.gimp.GIMP"

craigevil 09-11-2021 10:09 AM

If you need any more flatpak commands:
https://docs.flatpak.org/en/latest/f...reference.html


All times are GMT -5. The time now is 02:14 AM.