FreeBSD 安装ports

FreeBSD 安装ports

转载自: http://www.5dlinux.com/article/11/2008/linux_24777.html

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

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

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

3、如果是FreeBSD6。0,那么运行:

#portsnap fetch
#portsnap extract
#portsnap update

另外:更新ports后,如果运行make search name=xxx不成功,请在/usr/ports下运行make fetchindex。
Linux学习网收集整理 ,(如果您觉得本站不错,请告诉身边的朋友,或转载到论坛、百度知道、贴吧等,记得带网址哟,不胜感激!)。

你可能感兴趣的:(FreeBSD 安装ports)