Posts tagged ‘ports’

FreeBSD: Managing the Ports Tree with Portsnap

freebsd.png

The FreeBSD ports tree is the most common method of installing software.  With the latest 6.x releases of FreeBSD, the old method of keeping your ports tree updated is now considered obsolete.  This guide will teach you how to install and maintain your ports tree using the built-in portsnap utility.

Continue reading ‘FreeBSD: Managing the Ports Tree with Portsnap’ »

Install Apache on FreeBSD

apache.gif

The following details how to install the Apache webserver on FreeBSD.

Continue reading ‘Install Apache on FreeBSD’ »

Package Management with Ports and pkg_* in FreeBSD

freebsd.png

I just started using FreeBSD. The part that I was most interested in is its package management. I’ve come from the land of Linux… Gentoo (portage: based on ports), Arch Linux (pacman: i686 binary package manager), all the rpm based systems, and Debian’s package management concoction. Portage and pacman have won me over and after a day of working with FreeBSD there is room for a little ports in my life. This is my cheat sheet for getting started with ports and FreeBSD package management. I obtained most of this information from the FreeBSD documentation on Installing Applications: Packages and Ports.

Continue reading ‘Package Management with Ports and pkg_* in FreeBSD’ »