How can I uninstall Genymotion from Linux?

High Confidence (82%)
How to uninstall Genymotion Desktop completely (purge)?

First remove all virtual devices, then delete the Linux installation folder and local data. If you installed it with sudo, also remove /opt/genymobile and the launcher file.

1. Right-click each virtual device and choose Delete. 2. Delete the installation directory:

   rm -r $HOME/genymotion
   
3. If it was installed system-wide:
   sudo rm -rf /opt/genymobile
   
4. Delete local data:
   rm -rf $HOME/.Genymobile $HOME/.config/Genymobile/Genymotion.conf
   
5. Remove the desktop launcher:
   sudo rm -f /usr/share/applications/genymobile-genymotion.desktop
   

Source: How to uninstall Genymotion Desktop completely (purge)?

Are you uninstalling a personal installation or one installed for all users?