Categories: Ubuntu

How to Install and Use Bluestacks on Ubuntu

Bluestacks is one of the most popular Android Emulators for PCs. It comes packed with many tools and is compatible with major android applications and games. Unfortunately, it is built for Windows and Mac users only, and if you want to run Bluestacks on a Linux operating system, you will have to make some tweaks.

This tutorial will show you how you can set up Bluestacks Emulator on your Ubuntu system.

NOTE: Since we will run Bluestacks on a virtual machine, ensure you have your Ubuntu installation done on bare metal.

Step 1 – Setting Up Virtual Box on Ubuntu

Sponsored

The first step is to set up a Windows virtual machine. For this, we will use Oracle’s VirtualBox since it is easy to install and use.

Open the terminal and update the system as:

$ sudo apt-get update

$ sudo apt-get upgrade

The next step is to install the dependencies for the VirtualBox package. Enter the command:

$ sudo apt install libqt5core5a libqt5gui5 libqt5gui5-gles libqt5opengl5 libqt5printsupport5 libqt5widgets5 libqt5x11extras5 libsdl1.2debian python2.7-minimal

Next, install VirtualBox using the .deb package. Open the terminal and enter the command:

$ wget  https://download.virtualbox.org/virtualbox/6.1.26/virtualbox-6.1_6.1.26-145957~Ubuntu~eoan_amd64.deb

Once you have the .deb package downloaded, use the dpkg command to install Virtualbox as:

$ sudo dpkg -i virtualbox-6.1_6.1.26-

145957~Ubuntu~eoan_amd64.deb

Once Virtualbox is installed successfully, open Ubuntu search and open VirtualBox.

Step 2 – Downloading and Installing Windows

Once you have VirtualBox installed, the next step is to download an ISO version of Windows 10.

If you have one, feel free to skip to the installation process. However, if you do not have an ISO image, you can download one from the official Microsoft source using the command:

Sponsored
$ wget https://software-

download.microsoft.com/db/Win10_21H1_EnglishInternational_x64.iso?t=21098632-ee64-

4323-8f8b-bc528767ec19&e=1630570735&h=d1ed92bdf2cdea3549b45a10b2bb94d0

Once you have the ISO downloaded, open VirtualBox and select “New.” This will launch the VM creation dialog.

  1. Enter the name of your OS and select the version.
  2. Next, allocate your VM the desired memory size. Since we will run Bluestacks in the VM, ensure you have at least 4 GB of memory.
  3. In the next step, create a virtual hard disk for your VM and select Dynamically allocated.
  4. Choose the file location and size of your hard disk file.
  5. After creating the VM, click on settings and navigate to the storage menu.
  6. Click on Empty and select “Choose ISO file,” as shown in the screenshot below.
  7. Choose the Windows 10 ISO you downloaded earlier.
  8. Finally, click on power on to install Windows on the VM.

Step 3 – Installing Bluestacks

Once you have the Windows VM installed, we can proceed to install the Bluestacks emulator.

Launch your browser and navigate to the Bluestacks 5 download page as provided in the resource below:

https://www.bluestacks.com/download.htm

Select and download the installer version for your Windows system.

Launch the downloaded installer package and follow the installation instructions.

Once you have Bluestacks set up, click on the search menu and search for Bluestacks 5. Launch the icon to use Bluestacks.

Conclusion

This tutorial discussed how you could use Bluestacks on Ubuntu by using a Windows virtual machine.

Ubuntu Server Admin

Recent Posts

The future of Kubernetes networking: Cilium and other CNIs with Canonical Kubernetes

Choosing the right Container Network Interface (CNI) for Kubernetes is critical to achieving optimal performance,…

2 days ago

How does MongoDB work?

What is MongoDB? Data is essential for gaining a competitive advantage in business. It has…

2 days ago

Mastering LVM Management on Ubuntu VPS: An Introductory Guide

This article provides an introductory guide to mastering LVM management on Ubuntu VPS servers. Mastering…

3 days ago

Welcome to the Ubuntu Weekly Newsletter, Issue 885

Welcome to the Ubuntu Weekly Newsletter, Issue 885 for the week of March 23 –…

3 days ago

Securing Software Supply Chains: New Research Highlights Industry Vulnerabilities

New IDC study, co-sponsored by Canonical and Google Cloud, reveals the challenges and opportunities for…

4 days ago

Automated patching for the Linux kernel

To start securely and efficiently, Linux systems follow a carefully orchestrated sequence of steps to…

4 days ago