On 08/01/2015 02:29 AM, Michael D. Setzer II wrote:
It was trying to remove an old fc21 kernel, and it failed with 3 files. Using yumex I was alble to remove two of the files with no problem, but the kernel-core gets a similar message.
What message? What did you remove, exactly?
Error: transaction check vs depsolve: kernel-uname-r = 4.0.8-300.fc22.x86_64 is needed by (installed) kmod-VirtualBox-4.0.8-300.fc22.x86_64-4.3.30-1.fc22.x86_64
Looks like something broken with your VirtualBox install, maybe? Try:
dnf install VirtualBox kmod-VirtualBox kernel
...which should pull in the latest version of the kernel, the module for VirtualBox, and the VirtualBox application.
If you still have problems, reply with the output of:
rpm -qa *VirtualBox* kernel*