C cola Nov 27, 2010 #1 If i don't have /usr/ports then how can i search freebsd available precompiled packages?
graudeejs Nov 27, 2010 #2 1) http://www.freshports.org 2) http://www.freebsd.org/ports/index.html 3) fetch ports, and search there 4) http://www.google.com
1) http://www.freshports.org 2) http://www.freebsd.org/ports/index.html 3) fetch ports, and search there 4) http://www.google.com
G Galactic_Dominator Nov 27, 2010 #4 The standard method is to install a ports tree, then do this: # cd /usr/ports # make search key=nginx
The standard method is to install a ports tree, then do this: # cd /usr/ports # make search key=nginx
lme@ Administrator Staff member Administrator Moderator Developer Nov 27, 2010 #5 Or even # make quicksearch to have a briefer output.