To purge Genymotion Desktop, follow the procedure corresponding to your operating system:
Windows
- Remove all virtual devices (right-click on the virtual device > Delete).
- Open Control Panel > Programs and Features.
- Right-click on the Genymotion Desktop application and select Uninstall.
- Follow the uninstallation steps.
- Delete the directory
%LOCALAPPDATA%\Genymobile
. - Run
regedit
and delete the keyHKEY_CURRENT_USER/Software/Genymobile
.
Note
To remove all programs used by Genymotion Desktop, you may also uninstall the VirtualBox application from Control Panel > Programs and Features.
macOS
- Remove all virtual devices (right-click on the virtual device > Delete).
- Open Applications.
- Drag and drop the Genymotion Desktop application to the trash folder.
- Repeat steps 2 and 3 for the Genymotion Shell application.
- Delete Genymotion Desktop data directories by running:
rm -rf $HOME/.Genymobile
rm -rf ~/Library/Preferences/com.genymobile.Genymotion.plist
rm -rf ~/Library/Saved\ Application\ State/com.genymobile.genymotion.savedState
Note
To remove all programs used by Genymotion Desktop, you may also uninstall VirtualBox application. In this case, repeat steps 2 and 3 for VirtualBox.
Linux
- Remove all virtual devices (right-click on the virtual device > Delete).
- Delete Genymotion Desktop installation directory. If installed in your home folder, use this command:
rm -r $HOME/genymotion
If installed in a different folder, replace $HOME by Genymotion Desktop installation full path.Important
If you installed Genymotion Desktop for all users, with
sudo
, you need to delete the/opt/genymobile
folder with commandsudo rm -rf /opt/genymobile
- Delete Genymotion Desktop local data directories by running:
rm -rf $HOME/.Genymobile $HOME/.config/Genymobile/Genymotion.conf
- Delete Genymotion Desktop launcher:
sudo rm -f /usr/share/applications/genymobile-genymotion.desktop
Note
To remove all programs used by Genymotion Desktop, you may also uninstall VirtualBox.