Previous: , Up: Platform-specific  


Ubuntu installation instructions

Look here for finding public keys for tarball authentication.

Ubuntu 16.04
# apt install golang

follow general installation instructions

# make -C nncp-3.1 install PREFIX=/usr
Ubuntu 14.04
# apt-get install golang-1.6
% wget http://www.nncpgo.org/download/nncp-3.1.tar.xz
% wget http://www.nncpgo.org/download/nncp-3.1.tar.xz.sig
% gpg --verify nncp-3.1.tar.xz.sig nncp-3.1.tar.xz
% tar xf nncp-3.1.tar.xz
% PATH=/usr/lib/go-1.6/bin:$PATH make -C nncp-3.1 all
# make -C nncp-3.1 install PREFIX=/usr