Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I uninstall GIMP 3 beta on Ubuntu?
#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


Messages In This Thread
RE: How do I uninstall GIMP 3 beta on Ubuntu? - by congress_sandbar - 8 hours ago

Forum Jump: