How To Install Ports on FreeBSD 10/11/12/13/14

How To Install Ports on FreeBSD 10/11/12/13/14

To install ports on FreeBSD 10, 11, 12, 13, or 14, you can use the following steps:

  1. Update the ports tree:
sudo portsnap fetch update
So‮u‬rce:www.lautturi.com

This will download the latest version of the ports tree and update your local copy.

  1. Choose a port to install:

Browse the ports tree to find the port you want to install. The ports tree is organized by category, and each port is located in a subdirectory under the category. For example, the Apache web server is located in www/apache24.

  1. Install the port:
sudo make install clean

Replace make with the appropriate build tool for the port you are installing (e.g., bmake, gmake). This will build and install the port, and clean up any temporary files.

  1. Test the installation:

Follow the instructions provided by the port for testing and using the software.

Created Time:2017-10-28 21:38:52  Author:lautturi