Go here https://www.genymotion.com/download/ and download the appropriate file for your architecture. It's a generic Linux .bin file, so you can use it also on Fedora systems.
Install Virtualization group:
sudo dnf groupinstall "Virtualization"
Install VirtualBox and all dependencies (From virtualbox.org or from RPMfusion free and nonfree repositories). In the last case, type this:
sudo dnf install VirtualBox kernel-devel gstreamer-plugins-base libpng12
Install libjpeg8 from RPM and libdouble-conversion from RPMfind. After that, do this:
cd /home/user/Downloads
sudo mv genymotion-2.6.0-ubuntu15_x64.bin /opt ;#assuming it's genymotion-2.6.0-ubuntu15_x64.bin
cd /opt
sudo chmod +x genymotion-2.6.0-ubuntu15_x64.bin ;#make the bin executable
sudo ./genymotion-2.6.0-ubuntu15_x64.bin ;#install for all users - without 'sudo' install only for current user
And, finally, start GenyMotion with:
cd genymobile/genymotion/
./genymotion
are you talking about https://www.genymotion.com/ ? or should we guess ?
Yes, I want to install genymotion, but there is no RPM or installation of fedora tutorial.