FreeBSD使用CVSup更新ports
本文详细介绍了FreeBSD使用CVSup更新ports
首先最小化安装了FreeBSD7后, 下一步就是更新Ports树了,我使用的是CVSup。
先添加CVSup包:pkg_add -r cvsup-without-gui
做完之后就reboot系统。
然后更新Ports树, 命令如下:
#cvsup –L 2 –h cvsup.cn.FreeBSD.org /usr/share/examples/cvsup/ports-supfile
如果cvsup.cn.FreeBSD.org源不快, 大家可以使用其他源, 台湾的一般都不错, 比如cvsup.tw.freebsd.org
祝大家好运!