Sometimes we may use some of the ports tree for our usage instead of using the pkg_add method.
Default installation, the ports tree is not included and you have to fetch it manually.
This is the how-to :
for more reliable you can install wget instead of ftp
pkg_add -i wget
#cd /tmp
#wget -c ftp://ftp.openbsd.org/pub/OpenBSD/5.2/ports.tar.gz
once done
#cd /usr
#tar xzvf /tmp/ports.tar.gz
Done!
Default installation, the ports tree is not included and you have to fetch it manually.
This is the how-to :
for more reliable you can install wget instead of ftp
pkg_add -i wget
#cd /tmp
#wget -c ftp://ftp.openbsd.org/pub/OpenBSD/5.2/ports.tar.gz
once done
#cd /usr
#tar xzvf /tmp/ports.tar.gz
Done!
Comments