当我尝试在 Oracle VirtualBox 上打开任何操作系统时,都会出现错误。
Failed to open a session for the virtual machine xp efendi.
AMD-V is being used by another hypervisor. (VERR_SVM_IN_USE).
VirtualBox can't enable the AMD-V extension. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_SVM_IN_USE).
Run Code Online (Sandbox Code Playgroud)
我该如何修复这个问题?
我已经从 Linux Mint 迁移到 Ubuntu 64(安装了 KDE)。我想用inxi -F命令检查我的硬件,但它返回:inxi: command not found当我想安装 inxi( sudo apt-get install inxi) 时它返回E: Unable to locate package inxi
如何在 ubuntu 中安装它?