-
Notifications
You must be signed in to change notification settings - Fork 67
How to uninstall Megacubo on Linux
Efox edited this page Apr 17, 2020
·
1 revision
To uninstall the program on Linux just run the commands below (or remove these folders manually):
rm -fR ~/.config/megacubo/ # configuration files
rm -fR ~/.cache/megacubo/ # cache files
rm -fR /opt/megacubo/ # program files
rm -f ~/.local/share/applications/megacubo.desktop # shortcut
rm -f /usr/share/applications/megacubo.desktop #shortcut
If you downloaded the program in AppImage format, you only need the first two lines.