Sunday, January 4, 2009

Upgrade ports on freebsd

I want to install postgresql 8.2 from ports, but the package was not found. So I have to upgrade the newest ports.
Here is the step for upgrade the ports on FreeBSD 7.

#portsnap fetch update
#portsnap extract
#portsnap update
#Ports tree is already up to date.
#

If only spesified package only use
#portupdgrade package-name

No comments:

Post a Comment