Previous: General, Up: Platform-specific
Look here for finding public keys for tarball authentication.
# apt install golang
follow general installation instructions
# make -C nncp-3.1 install PREFIX=/usr
# 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