![]() |
SERVER - Installing the Ports Collection |
| Get the latest ports collection | Download ports.tar.gz from ftp.freebsd.org (put it in /tmp) |
| Delete old ports collection | cd /usr rm -r ports (delete the ports directory and everything below) |
| Install the new ports collection | tar -zxpvf /tmp/ports.tar.gz |
| Install a port | example - portupgrade |
| Try running it | type portupgrade |