Installing Packages

From RSWiki
Revision as of 11:36, 24 April 2007 by Robert (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Add the path to the package sources

export PKG_PATH=ftp://ftp.esat.net/pub/OpenBSD/3.9/packages/i386/

Install your package by using the following command

pkg_add -v packagename.1.1

If you are unsure of the package version you can omit the version number and you will be prompted as to which one you wish to install.