10-21-2009, 02:06 PM
As always brought to you by my blog http://bsdpunk.blogspot.com
Ok let's say you did a basic FreeBSD install and you are ready to go. You, of course go to install nmap as your firstapp:
cd /usr/ports
DOH! You forgot to install ports from the cd. That's ok I got you covered.
#mkdir /usr/ports
#portsnap fetch
This downloads a snapshot of the ports
#portsnap extract
exctracts the ports to /usr/ports
Ok let's say you did a basic FreeBSD install and you are ready to go. You, of course go to install nmap as your firstapp:
cd /usr/ports
DOH! You forgot to install ports from the cd. That's ok I got you covered.
#mkdir /usr/ports
#portsnap fetch
This downloads a snapshot of the ports
#portsnap extract
exctracts the ports to /usr/ports