Installing Libassuan

  1. Download the libassuan installation file.

# wget https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.2.tar.bz2
image-20260520-053519.png

Downloading libgassuan

  1. Extract the file.

# tar -xjf libassuan-3.0.2.tar.bz2
  1. Go to the directory where the file is extracted.

# cd libassuan-3.0.2
  1. Run the following command to compile and install.

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

Installing libassuan

image-20260520-053647.png

Installing libassuan continued

image-20260520-053700.png

Installing libassuan_make

image-20260520-053710.png


Installing libassuan_make install