Installing Libgcrypt

  1. Download the libgcrypt installation file.

# wget https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.11.0.tar.bz2
image-20260520-044131.png

Downloading libgcrypt

  1. Extract the file.

# tar -xjf libgcrypt-1.11.0.tar.bz2 
  1. Go to the directory where the file is extracted.

# cd /usr/local/src/libgcrypt-1.11.0
  1. Run the following command to compile and install.

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

Installing libgcrypt

image-20260520-044325.png

Installing libgcrypt continued

image-20260520-044335.png

Installing libgcrypt_make

image-20260520-044344.png

Installing libgcrypt_make install

image-20260520-044403.png


Installing libgcrypt_make install continued