Skip to content

Instantly share code, notes, and snippets.

@bradfa
Created November 4, 2014 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradfa/1762999dc79de352545d to your computer and use it in GitHub Desktop.
Save bradfa/1762999dc79de352545d to your computer and use it in GitHub Desktop.
NetBSD chapter 5 typo
5.15. Installing additional software
Using packages from pkgsrc
If you wish to install any of the software freely available for UNIX-like systems you are strongly advised to first check the NetBSD package system, pkgsrc. pkgsrc automatically handles any changes necessary to make the software run on NetBSD. This includes the retrieval and installation of any other packages on which the software may depend.
See the list of available packages
Precompiled binaries are available on the NetBSD FTP server for some ports. To install them the PKG_PATH variable needs to be adjusted in the following way (under the sh(1) shell):
# export PKG_PATH="http://ftp.NetBSD.org/pub/pkgsrc/packages/NetBSD/<PORT>/<RELEASE-NUMBER>/All"
# export PKG_PATH
THAT SECOND EXPORT ISN'T NEEDED AS IT'S TAKEN CARE OF IN THE FIRST LINE!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment