I just can't uninstall genymotion from Ubuntu 16.04
Solution 1:
Sounds like you're only missing sudo
Try:
sudo ./genymotion-2.7.2-linux_x64.bin --uninstall
Or if that didn't work, try with sh
like this:
sudo sh ./genymotion-2.7.2-linux_x64.bin --uninstall
Solution 2:
Use
./genymotion-X.X.X-linux_x64.bin -u -d <your genymotion directory>
(my directory is ~/genymotion
)
Solution 3:
You can try command chmod +x genymotion-2.7.2-linux_x64.bin
, And then try ./genymotion-2.7.2-linux_x64.bin --uninstall
. I hope it work well.
Solution 4:
Step 1: Remove all virtual Android devices and data from genymotion program.
Step 2: Open Terminal and delete installation directory as superuser (when you install any .bin file program it get installed for all user)
cd /opt
sudo rm -r genymobile
Step 3: Remove configure folders and file.
cd /home/(your user folder)
rm -fr .Genymotion
Step 4: open menu editor from Settings Manager and delete Genymotion launcher, if it is still in the menu.