You can install extra packages for FreeBSD by using the ports system.If you have installed it, you can download, compile, and install software byjust typing # cd /usr/ports/<category>/<portname> # make install && make cleanas root. The ports infrastructure will download the software, change it soit works on FreeBSD, compile it, install it, register the installation so itwill be possible to automatically uninstall it, and clean out the temporaryworking space it used. You can remove an installed port you decide you do notwant after all by typing # cd /usr/ports/<category>/<portname> # make deinstallas root.