How to install Virtualbox on CentOS 8

VirtualBox is an open source, cross-platform virtualization platform. It supports a range of guest operating systems, including Linux and Windows, and allows you to run multiple virtual machines at the same time.

In this tutorial, we will explain how to install Virtualbox on CentOS 8.

1. Install Virtualbox on CentOS 8

Use root or another user with sudo permission to perform the following steps to install Virtualbox on CentOS 8.

  1. Enable Oracle's VirtualBox source:
sudo dnf config-manager --add-repo=https://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo
  1. At the time of writing this article, the latest stable version of VirtualBox is 6.0.x. Run the following command to install the VirtualBox-6.0 package.
sudo yum install VirtualBox-6.0

During the installation process, you may be prompted to import the GPG Key. Enter y, then press Enter.

that's it. At this time, VirtualBox has been successfully installed on your CentOS 8 system.

Second, install the VirtualBox extension package##

The VirtualBox extension package provides some useful functions to the client, such as virtual USB2.0 devices, virtual USB3.0 devices, support for RDP, image encryption and so on.

Use Wget to download the expansion pack from VirtualBox download page.

wget https://download.virtualbox.org/virtualbox/6.0.14/Oracle_VM_VirtualBox_Extension_Pack-6.0.14.vbox-extpack

Once the file download is complete, use the following command to install it.

sudo VBoxManage extpack install Oracle_VM_VirtualBox_Extension_Pack-6.0.14.vbox-extpack

You will be shown the Oracle agreement and prompted to accept the terms of the agreement.

Do you agree to these license terms and conditions(y/n)?

Type y and press Enter. When the installation is complete, you will see the following output:

0 %...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Successfully installed "Oracle VM VirtualBox Extension Pack".

Three, start VirtualBox

Now that your VirtualBox has been installed on your CentOS machine, you can start it in the following ways:

When VirtualBox starts for the first time, the window should look like this:

At this point, you can start to create your Windows and Linux virtual machines.

Four, summary##

Installing Virtualbox on CentOS 8 is a very clear task. All you need to do is to enable the Oracle source and use dnf to install the VirtualBox package.

For more information about VirtualBox, please visit the VirtualBox official document page.

Recommended Posts

How to install Virtualbox on CentOS 8
How to install VirtualBox client extension on CentOS 8
How to install jdk1.8 on centOS7
How to install Memcached on CentOS 8
How to install VirtualBox on Ubuntu 20.04
How to install R on CentOS 8
How to install FFmpeg on CentOS 8
How to install TensorFlow on CentOS 8
How to install TeamViewer on CentOS 8
How to install Perl 5 on CentOS
How to install Git on CentOS 8
How to install Gradle on CentOS 8
How to install Elasticsearch on CentOS 8
How to install Jenkins on CentOS 8
How to install Java on CentOS 8
How to install Go on CentOS 8
How to install GCC on CentOS 8
How to install Yarn on CentOS 8
How to install Nginx on CentOS 8
How to install Asterisk on CentOS 7
How to install Jenkins on CentOS 8
How to install Vagrant on CentOS 8
How to install Python 3.8 on CentOS 8
How to install Tomcat 9 on CentOS 8
How to install Webmin on CentOS 8
How to install Ruby on CentOS 8
How to install Skype on CentOS 8
How to install htop on CentOS 8
How to install Python on CentOS 8
How to install Elasticsearch on CentOS 8
How to install Postgresql on CentOS 8
How to install Wordpress on Centos
How to install htop on CentOS 8
How to install TeamViewer on CentOS 8
How to install MariaDB on CentOS 8
How to install MongoDB on CentOS 7
How to install Odoo 13 on CentOS 8
How to install Apache on CentOS 8
How to install OpenCV on CentOS 8
How to install PHP on CentOS 8
How to install MongoDB on CentOS 8
How to install Apache Maven on CentOS 8
How to install Apache Kafka on CentOS 7
[Graphic] How to install tomcat on centos
R&D: How To Install Python 3 on CentOS 7
How to install GCC compiler on CentOS 7
How to install offline JDK1.8 on centos7.0
install virtualbox on centos server
How to install and configure Elasticsearch on CentOS 7
How to install Visual Studio Code on CentOS 8
How to install and use Docker on CentOS 7
How to install RPM packages on CentOS Linux
How to install and configure VNC on CentOS 8
How to install and use Composer on CentOS 8
How to install and configure Redis on CentOS 8
How to install Node.js and npm on CentOS 8
How to install jdk1.8.0_151 and mysql5.6.38 on centos7.2.1511
How to install and configure phpMyAdmin on CentOS 6
How to install and use Curl on CentOS 8
How to install and configure Owncloud on CentOS 8
How to install Docker CE on RHEL 8 / CentOS 8