Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I uninstall GIMP 3 beta on Ubuntu?
#1
Hello,

How do I uninstall GIMP 3 beta on Ubuntu?

How do I do this using the command line?

Thank you in advance,

Best regards,

Hervé
Reply
#2
Depends how you installed it: flatpak uninstall, apt-get remove, ...
Reply
#3
open the terminal, run this command:
dpkg -l | grep gimp

If it shows you can simply uninstall with
Code:
sudo dpkg -r <packagename from the earlier command from first column without brackets>


otherwise use the flatpak command from the earlier post.

Code:
sudo apt-get remove <packagename>
Reply
#4
For a regular installation ubuntu / debian / mint - from the repo

Code:
sudo apt purge gimp
followed by
Code:
sudo apt autoremove
Reply


Forum Jump: