Last active
July 29, 2016 01:58
-
-
Save arcostasi/db7df733207e5b21fcf7e6bbc0c2bbb6 to your computer and use it in GitHub Desktop.
Installing the FreeBSD Ports Tree
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing the FreeBSD Ports Tree: | |
First, you need to download the source code for the ports needed with this command: | |
portsnap fetch extract | |
Upgrading pkg: | |
Next, you need to upgrade pkg, which is used to install ports and FreeBSD packages with the following command: | |
cd /usr/ports/ports-mgmt/pkg && make reinstall clean | |
Update php | |
portmaster -db php5* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment