Older releases of Virtual Box are still available through downloading a DEB package from Oracle:
We can see that for version 4.3. all sub-releases are still supported and available, including the extension files.
After downloading the appropriate Debian package we can install it by a double click with the Software Center or manually. Unfortunately with end of the release older versions of Virtual Box are not built for more recent releases of Ubuntu.
This may or may not lead to dependency issues that may easily be resolved or not.
Below example will install few dependencies and the binary for Virtual Box 4.3.38 in a vanilla Ubuntu 16.04 amd64 :
Download and install a previous version of libvpx1
.
sudo dpkg -i libvpx1_1.3.0-2_amd64.deb
Install libqt4
:
sudo apt install libqt4-opengl
Download and install Virtual Box:
sudo dpkg -i virtualbox-4.3_4.3.38-106717-Ubuntu-raring_amd64.deb
If there are different, unresolvable dependency issues we may have to download the source code (also available from the page above) and build Virtual Box from source.
The Oracle repository is no longer maintained for older releases of Virtual Box.
qemu-img
fromqemu-utils
:qemu-img convert -O vpc Laptop.VHDX Laptop.VHD
– May 18 '16 at 21:05