6 hours ago
open the terminal, run this command:
dpkg -l | grep gimp
If it shows you can simply uninstall with
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>