top of page

How to Install Genymotion Virtual Android on Linux

Updated: Oct 28, 2021

Genymotion requires “VirtualBox” because many of its functionalities are linked with VirtualBox.” Therefore, before getting Genymotion,


Step 1: Install “VirtualBox”

To download it, type the command give below and press “Enter”:

$sudo apt install Virtualbox

ree

Step 2

Now, download the Genymotion “.bin” file. It can be downloaded from the website


ree

Step 3

Genymotion “.bin” file will be downloaded in the “Downloads” folder. Change directory to “Downloads” folder using:


$cd /Downloads

ree

Step 4

Now, time to change the permission of the downloaded file to make it executable using the below-mentioned command:


$sudo chmod +x Genymotion-3.1.2-linux_x64.bin

ree

Step 5

Now, type the given below command to begin the installation:


$./Genymotion-3.1.2-linux_x64.bin

ree

It will prompt asking for permission to install the Genymotion and press “Y/y” to continue the process.


ree

Shortly, Genymotion will be on your device; see the images below:

Comments


©2022 www.theblackthreat.in All right reserved.
bottom of page