how to install virtualbox 6 in linux 7 || wiz maverick

Опубликовано: 09 Июнь 2026
на канале: wiz maverick
207
5

1. How to Set Time, Timezone and Synchronize System Clock Using timedatectl Command| wiz maverick
   • How to Set Time, Timezone and Synchronize ...  
2. Activiti BPM | Business Process Management (BPM) |wiz maverick
   • Activiti BPM | Business Process Management...  
3. How to create local repository in linux 7/centos 7 || Wiz maverick
   • How to create local repository in linux 7/...  
4. How to Configure mailx in linux 7 to send emails from terminal using GMAIL as an external SMTP Server.
   • How to Configure mailx in linux 7 to send ...  

Installing VirtualBox 6.0 in RHEL/CentOS
If you’ve any earlier version of Virtualbox installed, remove that before installing latest version.

yum remove VirtualBox*
dnf remove VirtualBox* [On Fedora 22+]( for fedora)

Adding VirtualBox Repository

Next add the VirtualBox own repository to install latest VirtualBox 6.0 on following systems.

For RHEL/CentOS 7/6/


cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtua... ( download this, i will also give you on youtube description, copi it from there)

then run update

yum update
and then, run the following if you want .. but my cases i did not run that ..because .. it will update your karnel headers .. it might be a problem for some softwaress ... if it's new os , then you can run it.

yum install binutils qt gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms(do not need)


After update.... then install virtualbox 6

Install VirtualBox 6.0

Once you’ve installed all the needed dependency packages, you can install latest version of Virtualbox using following command.

yum install VirtualBox-6.0

Starting VirtualBox 6.0

Simply execute following command to start it from the terminal or use launcher from menu to start.

VirtualBox