Windows
The preferred way to uninstall programs in Windows is to use Add/Remove Programs option in the control panel, which is accessible from the Start button on the lower left corner of your computer desktop. A dialog box (usually named Add/Remove programs) will display a list of programs. To remove MEGA, scroll down to MEGA so that it is highlighted, then click Add/Remove.
Mac OS X
The preferred way to uninstall in Mac OSX is to simply drag the program from your applications folder to the trash bin.
Linux (Debian-based)
Uninstall MEGA using the dpkg command where mega_package_name is the name of the installer file minus the .deb extension:
sudo dpkg -r mega_package_name
Linux (Redhat-like)
Uninstall MEGA using the rpm command where mega_package_name is the name of the installer file minus the .rpm extension:
sudo rpm -e mega_package_name