How do I uninstall the mGBA Appimage from Emudeck. Since Emudeck won’t or has a bug which doesn’t.
Uninstall Emudeck mGBA and Appimages in general?
Submitted 1 year ago by neku@discuss.tchncs.de to steamdeck@sopuli.xyz
Submitted 1 year ago by neku@discuss.tchncs.de to steamdeck@sopuli.xyz
How do I uninstall the mGBA Appimage from Emudeck. Since Emudeck won’t or has a bug which doesn’t.
Chais@sh.itjust.works 1 year ago
Since it’s an AppImage you should be able to simply delete the file.
ShaunaTheDead@kbin.social 1 year ago
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.neku@discuss.tchncs.de 1 year ago
Thank you