Installing NPTH

  1. Download the npth installation file.

# wget https://www.gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2
image-20260520-050801.png

Downloading npth

  1. Extract the file.

# tar -xjf npth-1.8.tar.bz2
  1. Go to the directory where the file is extracted.

# cd npth-1.8
  1. Run the following command to compile and install.

# ./configure --prefix=/usr/local 
# make 
# make install
image-20260520-050956.png

Installing npth

image-20260520-051005.png

Installing npth_make

image-20260520-051017.png

Installing npth_make install

image-20260520-051025.png


Installing npth_verification