Install VMware Tools on FreeBSD

    版本為 12:14, 15 Nov 2024

    到這個版本。

    返回到 版本存檔.

    查閱目前版本

    FreeBSD 9.x

    http://kb.vmware.com/selfservice/mic...rnalId=2059649
    NOTE: According the link above, the vmtools is only support on FreeBSD 8.4(64-bit), 9.0(32 bit or 64 bit) and 9.1(32 bit)

    Install Perl package from CD-ROM

    via CD-ROM)
    Setting the ISO file as a CD-ROM on guest system

    #> mount -t cd9660 /dev/cd0 /media
    #> cd /media/packages/All
    #> pkg_add perl-5.14.2_2.tgz
    

    via port)

    #> cd /usr/ports/lang/perl5.14
    #> make install
    #> pkg_add -r perl 
    
    Install Compat6x-amd64 package on FreeBSD

    via port)

    #> cd /usr/ports/misc/compat6x
    #> make install
    #> pkg_add -r compat6x-amd64 
    

     

    參考連結:

    Powered by MindTouch Core