Download NKP
Download
From the Download site, select the NKP binary for either Darwin(MacOS) or Linux. After download, extract for your system.
To extract a tar.gz file, either:
MacOS/Darwin - Use a file manager program like 7-Zip and right-click the tar file. Select “Open With” and then 7-Zip File Manager. Select “Extract” and choose a location to save the extracted files.
Linux - Use the command line and type
tar -xvf filename.tar
to extract the files to the current directory. You can add tar-xvzf
option if the file is compressed with gzip.