我正在嘗試安裝 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。