0

How to find out the latest VirtualBox I can install on Ubuntu 18.04 32 bit system (i686)

and how to install it?

I would like to run a 64 Ubuntu in VirtualBox.

On VirtualBox webpage I have found only version for 64 bit system

xralf
  • 75

1 Answers1

2

Make sure you have enabled "multiverse" sources, then run:

sudo apt update
sudo apt install virtualbox
Nmath
  • 12,664