Can you give me the Linux installation steps?
Linux installation steps
Open a terminal in your Downloads folder, make the installer executable, then run it with your install path.
Get Started with Genymotion Desktop
1. Go to the folder where you downloaded the installer:
cd ~/Download
2. Give the .run file permission to execute:
chmod +x genymotion-X.Y.Z-linux_x64.run
3. Run the installer and choose an install path:
./genymotion-X.Y.Z-linux_x64.run -d PATH
Optional: global install is possible with sudo ./genymotion-X.Y.Z-linux_x64.run, but it is not recommended because it can cause permission issues.
Linux is only officially supported on x86_64 Ubuntu LTS, Debian Stable, and Fedora Workstation.
What Linux distribution and desktop environment are you using?