Installing Libgcrypt

  1. Download the libgcrypt installation file

›_ Console

# wget https://www.gnupg.org/ftp/gcrypt/libgcrypt/libgcrypt-1.10.1.tar.bz2 
tmpfg98lsgc.jpg

Downloading libgcrypt

  1. Extract the file

›_ Console

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

›_ Console

# cd libgcrypt-1.10.1 
  1. Run the following command to compile and install

›_ Console

# ./configure 
# make 
# make install 
tmpyac3n3ru.jpg
tmpm3lb3c0p.jpg

Installing libgcrypt