Using Ports in FreeBSD

Ports is similar to package installer. It is used in BSD environment.

To find ports:
# whereis firefox

To install ports:
# cd /usr/ports/www/firefox
# make install clean

To uninstall ports:
# cd /usr/ports/www/firefox
# make deinstall

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.