Oracle VirtualBox

    版本為 10:13, 20 Feb 2025

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    官方首頁:https://www.virtualbox.org/

     

    F.A.Q

    安裝在 CentOS 5 出現錯誤 Recompiling VirtualBox kernel modules [FAILED]

    解決:先移除安裝有錯誤的 VirtualBox RPM,安裝一些編譯所需的套件,再重新安裝一次 VirtualBox RPM。

    shell> rpm -e VirtualBox-4.3-4.3.26_98988_el5-1
    shell> yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel
    shell> rpm -ivh VirtualBox-4.3-4.3.26_98988_el5-1.x86_64.rpm 
    
    Powered by MindTouch Core