Yeah, this. AppImages are like executables on Windows, the entire program is contained in one file. If you type sudo find / -iname *.AppImage it will show you where all of the AppImage files on your system are and you can find the one you want to remove and delete it.
Yeah, this. AppImages are like executables on Windows, the entire program is contained in one file. If you type
sudo find / -iname *.AppImage
it will show you where all of the AppImage files on your system are and you can find the one you want to remove and delete it.Thank you