port_management_and_help
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
Last revision | |||
— | port_management_and_help [2009/04/03 07:41] – created k2patel | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== FreeBSD Port Management ====== | ||
+ | == Port package search == | ||
+ | <code bash> | ||
+ | pkg_info -a -I | grep -q ^awstats | ||
+ | </ | ||
+ | |||
+ | |||
+ | == Port Update == | ||
+ | <code bash> | ||
+ | portsnap fetch extract | ||
+ | </ | ||
+ | |||
+ | |||
+ | == Port Update Manually == | ||
+ | <code bash> | ||
+ | cvsup -g -L 2 -h cvsup3.us.freebsd.org / | ||
+ | </ | ||
+ | |||
+ | |||
+ | == Port Package Install == | ||
+ | |||
+ | <code bash> | ||
+ | pkg_add -r <package name> | ||
+ | </ | ||
+ | |||
+ | == If issue with autoconf262 == | ||
+ | <code text> | ||
+ | remove / | ||
+ | </ |
port_management_and_help.txt · Last modified: 2020/08/10 02:35 by 127.0.0.1