no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | netbsd_packages [2017/06/03 00:46] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== NetBSD Binary Packages ====== | ||
+ | * [[NetBSD]] | ||
+ | |||
+ | === Setup NetBSD Binary Packages === | ||
+ | |||
+ | This is how to setup NetBSD to install programs using binary packages. | ||
+ | |||
+ | Select the proper **NetBSD release and architecture**. | ||
+ | |||
+ | NetBSD 5.1 and i386: | ||
+ | |||
+ | < | ||
+ | PKG_PATH=" | ||
+ | </ | ||
+ | |||
+ | NetBSD 5.1.2 and amd64: | ||
+ | |||
+ | < | ||
+ | PKG_PATH=" | ||
+ | </ | ||
+ | |||
+ | NetBSD 6.0: | ||
+ | |||
+ | < | ||
+ | PKG_PATH=" | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | export PATH PKG_PATH | ||
+ | </ |