How To Install VirtualBox On Linux Mint 20 Jul 13, 2020 Raj 2 min read CONTENTS Install VirtualBox On Linux Mint 20 Add VirtualBox Repository Install VirtualBox Access VirtualBox Graphical Mode Command Line Mode Conclusion SHARE THIS DOCUMENT IS ALSO AVAILABLE FOR CentOS 8 CentOS 7 Debian 10 Debian 9 Ubuntu 20.04 Ubuntu 18.04 VirtualBox is an open-source hypervisor application for creating and running virtual machines on a single host machine. VirtualBox can be installed on operating systems, including Linux, Windows, Solaris, and macOS. VirtualBox is released under GPL v2 and its extension pack is released under PUEL (Personal Use and Evaluation License). Here, we will see how to install VirtualBox on Linux Mint 20. Install VirtualBox On Linux Mint 20 Add VirtualBox Repository Open up a terminal and then import the public key of the Oracle VirtualBox repository on your system. wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add - Add the VirtualBox repository using the below command. echo "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian focal contrib" | sudo tee /etc/apt/sources.list.d/virtualbox.list Install VirtualBox First, update the repository index. sudo apt update Then, Install the VirtualBox using the apt command. sudo apt install -y virtualbox-6.1 After the installation, check the VirtualBox Linux kernel module service status to ensure the VirtualBox installation is successful. sudo systemctl status vboxdrv VirtualBox Service Status Access VirtualBox Graphical Mode Start VirtualBox (on Cinnamon desktop): Menu » Administration » Oracle VM VirtualBox. Start VirtualBox Command Line Mode virtualbox You should get the home screen of the Oracle VirtualBox Manager. Here you can create and manage your virtual machines. VirtualBox 6.1 running Virtual machines on Linux Mint 20: VirtualBox Running Virtual Machine On Linux Mint Conclusion That’s All. I hope you have successfully installed VirtualBox on Linux Mint 20. Please share your feedback in the comments section. linuxmint-20 virtuabox Prev Post How To Backup and Restore Ubuntu & Linux Mint With Timeshift RELATED POSTS How To Backup and Restore Ubuntu & Linux Mint With Timeshift How To Upgrade To Linux Mint 20 From Linux Mint 19 [Detailed Guide] How To Install KVM On Ubuntu 20.04 / Linux Mint 20 How To Install Plex Media Server On Ubuntu 20.04 / Linux Mint 20 Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus RECENT POSTS How To Install VirtualBox On Linux Mint 20 How To Backup and Restore Ubuntu & Linux Mint With Timeshift How To Upgrade To Linux Mint 20 From Linux Mint 19 [Detailed Guide] How To Install KVM On Ubuntu 20.04 / Linux Mint 20 How To Install Plex Media Server On Ubuntu 20.04 / Linux Mint 20 How To Install Android Studio on Ubuntu 20.04 TOP POSTS Install xrdp on CentOS 7 / RHEL 7 Install Gnome GUI on CentOS 7 / RHEL 7 Change default network name (ens33) to old “eth0” on Ubuntu… Install μTorrent (uTorrent) on Ubuntu 14.04 How To Configure High-Availability Cluster on CentOS 7 /… How To Install and Configure VNC Server in CentOS 7 / RHEL 7