How To Install passmenu on Fedora 36
Introduction
In this tutorial we learn how to install passmenu on Fedora 36.
What is passmenu
A dmenu based interface to pass, the standard Unix password manager. This design allows you to quickly copy a password to the clipboard without having to open up a terminal window if you don’t already have one open. If
--typeis specified, the password is typed using xdotool instead of copied to the clipboard.
We can use yum or dnf to install passmenu on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install passmenu.
Install passmenu 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 passmenu using dnf by running the following command:
sudo dnf -y install passmenu
Install passmenu 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 passmenu using yum by running the following command:
sudo yum -y install passmenu
How To Uninstall passmenu on Fedora 36
To uninstall only the passmenu package we can use the following command:
sudo dnf remove passmenu
passmenu Package Contents on Fedora 36
/usr/bin/passmenu
/usr/share/doc/passmenu
/usr/share/doc/passmenu/README.md
References
Summary
In this tutorial we learn how to install passmenu on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).