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
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