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**.  If the version of NetBSD is 5.1.2, the release is 5.1.
 +
 +NetBSD 5.1 and i386:
 +
 +<code>
 +PKG_PATH="ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/5.1/All"
 +</code>
 +
 +NetBSD 5.1.2 and amd64:
 +
 +<code>
 +PKG_PATH="ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/5.1/All"
 +</code>
 +
 +NetBSD 6.0:
 +
 +<code>
 +PKG_PATH="ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/`uname -m`/`uname -r`/All"
 +</code>
 +
 +<code>
 +export PATH PKG_PATH
 +</code>

Navigation
QR Code
QR Code netbsd_packages (generated for current page)