This tutorial shows how you can install Oracle Virtualbox 6.1.10 On Ubuntu 20.04 LTS, Ubuntu 18.04 LTS, Linux Mint and Fedora 32. Virtua...
This tutorial shows how you can install Oracle Virtualbox 6.1.10 On Ubuntu 20.04 LTS, Ubuntu 18.04 LTS, Linux Mint and Fedora 32.
Virtualbox is an Open source application for running operating systems virtually in your base system, with this application, you can create and run multiple Operating systems virtually on your PC.
Virtualbox available for Multiple operating systems (ie) windows, Solaris, macOS-X, and Linux
Step 1: Download the deb files from here according to your distribution
Virtualbox is an Open source application for running operating systems virtually in your base system, with this application, you can create and run multiple Operating systems virtually on your PC.
Virtualbox available for Multiple operating systems (ie) windows, Solaris, macOS-X, and Linux
Changelog in VirtualBox 6.1.10
- Fixed crash when using Qt on Xwayland sessionsFixed crash on last VM removed
- Fixed mouse pointer doesn't work properly in Windows guests when scaling is on
- Linux kernel version 5.7 support
- Fixed VBoxClient error: The parent session seems to be non-X11
- Fixed resizing and multi-monitor handling for Wayland guests
- Disable audio input and audio output by default for new VMs
- Fixed crash of 'VBoxManage internalcommands repaired' when processing invalid input
How to Install Virtualbox 6.1.10 in Ubuntu / LinuxMint?
- Method 1: Via PPA
- Method 2: Via deb file
Method 1: Via PPA
Step 1: Add the Packages list to sources.list$sh -c "echo 'deb http://download.virtualbox.org/virtualbox/debian '$(lsb_release -cs)' contrib non-free' > /etc/apt/sources.list.d/virtualbox.list"Note: LinuxMint and elementary OS users have to replace the name manually in place of $(lsb_release -cs).
Step 2: Download and install the Key for Virtualbox
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -Step 4: Update the Repository
sudo apt-get updateStep 5: Install Virtualbox 6.1.10
sudo apt-get install virtualbox-6.1
Method 2: Via deb file
If you are not comfortable with the PPA for installing the Virtualbox, then manually download the deb file and install it.Step 1: Download the deb files from here according to your distribution
COMMENTS