How To Install pinentry on Fedora 36
Introduction
In this tutorial we learn how to install pinentry
on Fedora 36.
What is pinentry
Pinentry is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project; see http This package contains the curses (text) based version of the PIN entry dialog.
We can use yum
or dnf
to install pinentry
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pinentry.
Install pinentry on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install pinentry
using dnf
by running the following command:
sudo dnf -y install pinentry
Install pinentry on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install pinentry
using yum
by running the following command:
sudo yum -y install pinentry
How To Uninstall pinentry on Fedora 36
To uninstall only the pinentry
package we can use the following command:
sudo dnf remove pinentry
pinentry Package Contents on Fedora 36
/usr/bin/pinentry
/usr/bin/pinentry-curses
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/68a8dc417131d20a0f181d08bb6187b15364ce
/usr/share/doc/pinentry
/usr/share/doc/pinentry/AUTHORS
/usr/share/doc/pinentry/ChangeLog
/usr/share/doc/pinentry/NEWS
/usr/share/doc/pinentry/README
/usr/share/doc/pinentry/THANKS
/usr/share/doc/pinentry/TODO
/usr/share/info/pinentry.info.gz
/usr/share/licenses/pinentry
/usr/share/licenses/pinentry/COPYING
References
Summary
In this tutorial we learn how to install pinentry
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).