Installing Pinentry

  1. Download the pinentry installation file.

# wget https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.3.1.tar.bz2
image-20260520-051119.png


Downloading pinentry


  1. Extract the file.

# tar -xjf pinentry-1.3.1.tar.bz2
  1. Go to the directory where the file is extracted.

# cd pinentry-1.3.1
  1. Run the following command to compile and install.

# ./configure --prefix=/usr/local --enable-pinentry-curses 
# make 
# make install 
image-20260520-051205.png

Installing pinentry

image-20260520-051214.png

Installing pinentry_continued

image-20260520-051229.png

Installing pinentry_make

image-20260520-051238.png

Installing pinentry_make install

image-20260520-051249.png


Installing pinentry_version