Installing Oracle VirtualBox on Windows PC

As developers, we sometimes need to develop a system on a different operating system if the system to be developed will be deployed on a server using that same operating system. That’s actually one rule in software development so as not to mess up with different configuration settings and all that server environment issues you’ll face on deployment. As most of us are using a Windows PC and most deployment/production servers run on Linux, we sometimes have this dilemma of whether to uninstall Windows and replace it with a Linux Distro or whether to use a dual-boot setup or just use a third option called virtualization.

Virtualization is the process of running a virtual instance of a computer system in a layer abstracted from the actual hardware. Most commonly, it refers to running multiple operating systems on a computer system simultaneously. There are many reasons why people utilize virtualization in computing. To desktop users, the most common use is to be able to run applications meant for a different operating system without having to switch computers or reboot into a different system. And to us developers, that means developing on the same operating system the actual deployment server is running on.

This article will assist you in installing Oracle VIrtualBox on Windows machine.

Let’s begin.

1. Download VirtualBox From the official Oracle VirtualBox website.

VirtualBox can be installed in different Linux Distros (Ubuntu, centOs, etc), Windows and MacOS. Download the installer for Windows. As of this wiring, the current version is 6.1.4.

2. Install VirtualBox.

Double click on the downloaded installer to launch the setup and then follow the instructions given. You’ll be shown a couple of setup dialog boxes, and just continue with the default settings. It may also warn you about installing network interfaces but that’s ok. You might be disconnected to the internet for a while but nothing to worry.

The installation should begin shortly and Windows will ask you of the usual User Account Control dialog. Just click on Yes.

Once the installation completes. You can close the installation completion dialog box.

3. Launch VirtualBox

Depending on what you chose on the setup dialogs, you can launch the application from the desktop icon, or the start button or the taskbar icon.

Once VirtualBox is opened, you need to install the VirtualBox Extension Pack. This will enable support for USB 2.0 and USB 3.0 devices, disk encryption, etc. VirtualBox Extension Pack can be downloaded on the VirtualBox website, same from where you downloaded the installer. Please be sure that the version of the Extension Pack matches that of the installed VirtualBox.

4. Install Extension Pack

To install the Extension Pack, go to File -> Preferences -> Extensions. And on the Extension Packages section, click on the icon for Add New Package (that’s the plus sign to the right.) Click on it and browse through the downloaded extension pack file. And you’re good.

 

That’s basically it. After this, you can now install any linux distro you need or maybe a MacOS inside of VirtualBox. Here’s the link to Installing Ubuntu In VirtualBox on a Windows Machine.

 

Leave a Reply