Using Ports
View Ports cd /usr/ports ls Install A Port /usr/ports/pathto/port make install clean Example – Installs the IRC Bouncer Miau: cd /usr/ports/irc/miau make install clean Un-Install A Port /usr/ports/pathto/port make deinstall Example – Un-Installs the IRC Bouncer Miau: cd /usr/ports/irc/miau make deinstall Update Ports Collection as root, cp /usr/share/examples/cvsup/ports-supfile /root/... Read More »
