FreeBSD下如何安装ports的方法


    FreeBSD系统的一个非常方便的地方就是它的ports,如果系统没安装ports的话可用下面几种方式安装ports:
    1、sysinstall--->configure----->distributions----->ports----->选择Ftp或其它的网络连接即可。
    2、直接从官方站点下载ports.tar.gz再解压,这样很快。位置:ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/parts.tar.gz
    3、如果是FreeBSD6。0,那么运行:
        #portsnap fetch
        #portsnap extract
        #portsnap update
    另外:
    更新ports后,如果运行make search name=xxx不成功,请在/usr/ports下运行make fetchindex。