Alguém mais aqui poderia me ajudar? eu tenho tais problemas com o virtualbox, até uma hora estava tudo muito bem mas aí quando eu estava instalando o Kali-Purple e nesse mesmo momento, aí pronto era só o que faltava, enfim aqui está o que eu preciso provar:
Você tentou --skip-unavailable?
Se você quer desinstalar os pacotes, pode usar rpm -qf /sbin/vboxconfig para encontrar o nome do pacote.
Do you know how to install Virtualbox?
You can add VirtualBox repository and use dnf to install VirtualBox. That would be the easiest.
Download repo file from https://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo and run the command (with sudo and) with your location of the downloaded repo file to add the repository to your system.
dnf config-manager addrepo --from-repofile=/home/diegothehacker/Downloads/virtualbox.repo[1]
I believe you need to accept a signing key from virtualbox at some point but I don’t remember when.
The latest version is VirtualBox 7.2, so you can run (with sudo) dnf install VirtualBox-7.2
FYI On my Fedora 43 system vboxdrv seems to have issues (about missing files) with the latest kernel (7.0.8-100.fc43.x86_64) during boot. However, VirtualBox starts and the VMs do run without errors.


