Linked by Thom Holwerda on Wed 22nd Feb 2006 00:09 UTC, submitted by Mr. Ignition
Thread beginning with comment 98097
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.






Member since:
2006-01-14
Well, there are two ways of finding out the package that you want. First, you can check this page http://www.openbsd.org/3.8_packages/ Of course, the easier way is to download the package. Try this:
1) download the index of packages:
ftp ftp://ftp.openbsd.org/pub/OpenBSD/3.8/packages/i386/index.txt
2) add the package patch to your environment
export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/3.8/packages/i386/
3) find the package you want and install it
pkg_add thepackagenamehere.tgz
Its a pretty simple process, really. This method does not require one to install the ports. Enjoy... of course, all this was in the man pages...
Damn typos, heh.
Edited 2006-02-22 09:11