Virtual Machine
8/21/25Less than 1 minute
Virtual Machine
Genymotion
Download package from https://www.genymotion.com/product-desktop/download/
chmod +x genymotion-X.Y.Z-linux_x64.run
./genymotion-X.Y.Z-linux_x64.run
#or specify path
./genymotion-X.Y.Z-linux_x64.run -d PATHVirtualbox
Do not use apt install virtualbox, that may install you the older version of virtualbox and may have some problem on running.
Download package from https://www.virtualbox.org/wiki/Downloads or https://www.virtualbox.org/wiki/Linux_Downloads
sudo dpkg -i virtualbox-7.0_7.0.14-161095~Ubuntu~jammy_amd64.debRemember also install the extension so that you can enjoy shared clipboard, ... Get the extension pack from first url.
wget https://download.virtualbox.org/virtualbox/7.0.14/Oracle_VM_VirtualBox_Extension_Pack-7.0.14.vbox-extpack ##change the version
sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-7.0.14.vbox-extpack