freebsd安装ports

FreeBSD系统的一个非常方便的地方就是它的ports,如果系统没安装ports的话可用下面几种方式安装ports:

1、sysinstall--->configure----->distributions----->ports----->选择Ftp或其它的网络连接即可。

2、直接从官方站点下载ports.tar.gz再解压,这样很快。位置:ftp://ftp.freebsd.org/pub/FreeBSD/ports/ports/ports.tar.g
3、

3、
#portsnap fetch
#portsnap extract
#portsnap update

原文地址:https://www.cnblogs.com/seasonsstory/p/3088043.html