User Tools

Site Tools


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
 +</code>
 +
 +
 +== Port Update ==
 +<code bash>
 +portsnap fetch extract
 +</code>
 +
 +
 +== Port Update Manually ==
 +<code bash>
 +cvsup -g -L 2 -h cvsup3.us.freebsd.org /usr/share/examples/cvsup/ports-supfile
 +</code>
 +
 +
 +== Port Package Install ==
 +
 +<code bash>
 +pkg_add -r <package name>
 +</code>
 +
 +== If issue with autoconf262 ==
 +<code text>
 +remove /usr/bin/makeinfo will resolve the issue.
 +</code>
port_management_and_help.txt · Last modified: 2020/08/10 02:35 by 127.0.0.1