How can Genymotion be uninstalled on Linux?
How to uninstall Genymotion Desktop completely (purge)?
Remove all virtual devices, delete the Linux installation folder, remove local data, and delete the desktop launcher. If you installed it system-wide with sudo, also remove /opt/genymobile.
Steps for Linux: 1. Remove all virtual devices in Genymotion. 2. Delete the installation directory:
rm -r $HOME/genymotion
If you installed it elsewhere, replace $HOME with the full install path.
3. Delete local data:
rm -rf $HOME/.Genymobile $HOME/.config/Genymobile/Genymotion.conf
4. Delete the launcher:
sudo rm -f /usr/share/applications/genymobile-genymotion.desktop
5. If installed for all users with sudo, remove:
sudo rm -rf /opt/genymobile
Source: How to uninstall Genymotion Desktop completely (purge)?
What Linux distro are you using?