How To Install qmasterpassword on Fedora 36
Introduction
In this tutorial we learn how to install qmasterpassword
on Fedora 36.
What is qmasterpassword
qMasterPassword is a password manager based on Qt. Access all your passwords using only a single master password. But in contrast to other managers it does not store any passwords and a site name. This means you automatically get different passwords for each account and there is no password file that can be lost or get stolen. There is also no need to trust any online password service. There is compatible software for other platforms under http
We can use yum
or dnf
to install qmasterpassword
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qmasterpassword.
Install qmasterpassword 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 qmasterpassword
using dnf
by running the following command:
sudo dnf -y install qmasterpassword
Install qmasterpassword 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 qmasterpassword
using yum
by running the following command:
sudo yum -y install qmasterpassword
How To Uninstall qmasterpassword on Fedora 36
To uninstall only the qmasterpassword
package we can use the following command:
sudo dnf remove qmasterpassword
qmasterpassword Package Contents on Fedora 36
/usr/bin/qMasterPassword
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/20694a514a76a075dc10850afa9d39ffda5531
/usr/share/appdata/qMasterPassword.appdata.xml
/usr/share/applications/qMasterPassword.desktop
/usr/share/doc/qmasterpassword
/usr/share/doc/qmasterpassword/HISTORY
/usr/share/doc/qmasterpassword/README.md
/usr/share/licenses/qmasterpassword
/usr/share/licenses/qmasterpassword/LICENSE
/usr/share/pixmaps/qmasterpassword.png
References
Summary
In this tutorial we learn how to install qmasterpassword
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).