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

Microsoft Edge Installation on Ubuntu 24.04

Microsoft Edge is now available for Ubuntu. In this guide, I’ll walk you through the…

3 hours ago

How we used Flask and 12-factor charms to simplify Canonical.com development

Our latest Canonical website rebrand did not just bring the new Vanilla-based frontend, it also…

10 hours ago

Web Engineering: Hack Week 2024

At Canonical, the work of our teams is strongly embedded in the open source principles…

1 day ago

Ubuntu Weekly Newsletter Issue 873

Welcome to the Ubuntu Weekly Newsletter, Issue 873 for the week of December 29, 2024…

3 days ago

How to resolve WiFi Issues on Ubuntu 24.04

Have WiFi troubles on your Ubuntu 24.04 system? Don’t worry, you’re not alone. WiFi problems…

3 days ago

Remembering and thanking Steve Langasek

The following is a post from Mark Shuttleworth on the Ubuntu Discourse instance. For more…

3 days ago