VirtualBox is a powerful tool for running multiple operating systems on your Fedora system. In this tutorial, I’ll show you step by step how to install the latest version on Fedora 24/25. By the end, you’ll have access to all the latest features and improvements, helping you get the most out of your virtualization setup.
Note : consider : disabling secureboot on bios or changing option from windows uefi to other os (for some motherboard)
- Install Fedora or RHEL Repo Files:
cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
- Install dependency packages:
dnf install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
- Now install the latest VirtualBox version:
dnf install VirtualBox-5.0 (not virtualbox)
- Rebuild kernel modules with following command:
/usr/lib/virtualbox/vboxdrv.sh setup
- Then, add VirtualBox User(s) to vboxusers Group:
usermod -a -G vboxusers username
- Start virtualbox:
VirtualBox
💬 Your suggestions are appreciated.




Linux-Tech&More Comment Policy
Comments are welcomed and encouraged on this blog. Spam, abusive and off-topics comments will be deleted. Please read our Comments policy before commenting.
Join the Discussion!