Ports Tree, Installing
From FreeBSDwiki
(Difference between revisions)
m (typo fix) |
|||
Line 1: | Line 1: | ||
− | When you installed the OS, you were given the option to install the ports system. If you said no but have since | + | When you installed the OS, you were given the option to install the ports system. If you said no but have since thought better of it, you can go into [[sysinstall]] and install it (in the Distributions sub-menu). To install a port, you must first become root and find it: |
dave@samizdata[~]% su - | dave@samizdata[~]% su - | ||
Line 14: | Line 14: | ||
See also: [[Update_the_ports_tree]] | See also: [[Update_the_ports_tree]] | ||
+ | [[Category:Common Tasks]] |
Revision as of 12:44, 24 December 2004
When you installed the OS, you were given the option to install the ports system. If you said no but have since thought better of it, you can go into sysinstall and install it (in the Distributions sub-menu). To install a port, you must first become root and find it:
dave@samizdata[~]% su - Password: samizdata# cd /usr/ports
You can search the ports collection for ports to install by browsing through the categories, or you can use "make search" like so:
samizdata# make search name=mozilla | more
or
samizdata# make search key=browser | more
See also: Update_the_ports_tree