为什么我无法在我的 Fedora 17 系统上安装 VirtualBox-guest 附加功能?

为什么我无法在我的 Fedora 17 系统上安装 VirtualBox-guest 附加功能?

我正在尝试安装 Virtualbox-guest 添加程序,但出现错误:

# yum install VirtualBox-guest
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package VirtualBox-guest.x86_64 0:4.2.6-5.fc17 will be installed
--> Processing Conflict: VirtualBox-4.2.6-5.fc17.x86_64 conflicts VirtualBox-guest <= 4.2.6-5.fc17
--> Processing Conflict: VirtualBox-guest-4.2.6-5.fc17.x86_64 conflicts VirtualBox <= 4.2.6-5.fc17
--> Finished Dependency Resolution

# yum list installed|grep Virtual
VirtualBox.x86_64                       4.2.6-5.fc17                 @rpmfusion-free-updates

为什么无法安装?

答案1

你的问题在这里:

--> 处理冲突:VirtualBox-4.2.6-5.fc17.x86_64 与 VirtualBox-guest <= 4.2.6-5.fc17 冲突 --> 处理冲突:VirtualBox-guest-4.2.6-5.fc17.x86_64 与 VirtualBox <= 4.2.6-5.fc17 冲突

删除Virtualbox VirtualBox-guest系统上已安装的内容,然后重试。

您安装了非 x64 virtualbox,并且正在尝试安装 x64 virtualbox。

相关内容