Installing Pinentry

  1. Download the pinentry installation file

›_ Console

# wget https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-1.2.0.tar.bz2 
tmpg0puw_3s.jpg

Downloading pinentry

  1. Extract the file

›_ Console

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

›_ Console

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

›_ Console

# ./configure --enable-pinentry-tty 
# make 
# make install 
tmp9pm8h_rf.jpg

Installing pinentry