How do I remove Virtualbox in Fedora? It will not run as the kernel has been updated.
Everything I do to find the version fails to do the remove command saying
[root@windows12shop gina]# VBoxManage -version
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (5.5.13-200.fc31.x86_64) or it failed to
load. Please recompile the kernel module and install it by
sudo /sbin/vboxconfig
You will not be able to start VMs until this problem is fixed.
6.1.4r136177
How do I remove Virtualbox in Fedora?
-
Pernat1y
- Posts: 30
- Joined: 11. Jun 2018, 11:43
- Primary OS: Linux other
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows 10, Kali, Fedora/RHEL
Re: How do I remove Virtualbox in Fedora?
Try this to fix error:
If you just want to remove VirtualBox:
Code: Select all
dnf install -y kernel-devel gcc make perl dkms
sudo /sbin/vboxconfig
lsmod | grep vboxCode: Select all
dnf remove VirtualBox-*Hosts: Arch Linux, Windows 10;
Guests: Windows 10, Kali, Fedora/RHEL.
Guests: Windows 10, Kali, Fedora/RHEL.