title: “How To Install qtkeychain-qt5 on Fedora 36” title: “How To Install qtkeychain-qt5 on Fedora 36” linkTitle: “qtkeychain-qt5” linkTitle: “qtkeychain-qt5” type: “docs” type: “docs” description: “In this tutorial we learn how to install qtkeychain-qt5 in Fedora 36. qtkeychain-qt5 is Development files for qtkeychain” description: “In this tutorial we learn how to install qtkeychain-qt5 in Fedora 36. qtkeychain-qt5 is Development files for qtkeychain” date: “2022-08-17” date: “2022-08-17” lastmod: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/qtkeychain-qt5-featured.png #image: /images/fedora/36/qtkeychain-qt5-featured.png


Introduction

Introduction

In this tutorial we learn how to install qtkeychain-qt5 on Fedora 36. In this tutorial we learn how to install qtkeychain-qt5 on Fedora 36.

What is qtkeychain-qt5

What is qtkeychain-qt5

The qt5keychain library allows you to store passwords easily and securely.
The qt5keychain library allows you to store passwords easily and securely.

We can use yum or dnf to install qtkeychain-qt5 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtkeychain-qt5. We can use yum or dnf to install qtkeychain-qt5 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qtkeychain-qt5.

Install qtkeychain-qt5 on Fedora 36 Using dnf

Install qtkeychain-qt5 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

Update yum database with dnf using the following command.


sudo dnf makecache --refresh
```bash

sudo dnf makecache –refresh


After updating yum database, We can install `qtkeychain-qt5` using `dnf` by running the following command:

After updating yum database, We can install `qtkeychain-qt5` using `dnf` by running the following command:
```bash

sudo dnf -y install qtkeychain-qt5
```bash

sudo dnf -y install qtkeychain-qt5

## Install qtkeychain-qt5 on Fedora 36 Using yum


## Install qtkeychain-qt5 on Fedora 36 Using yum
Update yum database with `yum` using the following command.


```bash
Update yum database with `yum` using the following command.

sudo yum makecache --refresh
```bash

sudo yum makecache –refresh


After updating yum database, We can install `qtkeychain-qt5` using `yum` by running the following command:

After updating yum database, We can install `qtkeychain-qt5` using `yum` by running the following command:
```bash

sudo yum -y install qtkeychain-qt5
```bash

sudo yum -y install qtkeychain-qt5

## How To Uninstall qtkeychain-qt5 on Fedora 36

## How To Uninstall qtkeychain-qt5 on Fedora 36

To uninstall only the `qtkeychain-qt5` package we can use the following command:

To uninstall only the `qtkeychain-qt5` package we can use the following command:
```bash

```bash
sudo dnf remove qtkeychain-qt5
sudo dnf remove qtkeychain-qt5


## qtkeychain-qt5 Package Contents on Fedora 36
## qtkeychain-qt5 Package Contents on Fedora 36


```bash
```bash
/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/384dea001a2f936b21566583d165922bdc4e4d
/usr/lib64/libqt5keychain.so.0.11.1
/usr/lib64/libqt5keychain.so.1
/usr/share/doc/qtkeychain-qt5
/usr/share/doc/qtkeychain-qt5/ReadMe.txt
/usr/share/licenses/qtkeychain-qt5
/usr/share/licenses/qtkeychain-qt5/COPYING
/usr/share/qt5keychain/translations/qtkeychain_de.qm
/usr/share/qt5keychain/translations/qtkeychain_fr.qm
/usr/share/qt5keychain/translations/qtkeychain_ro.qm
/usr/share/qt5keychain/translations/qtkeychain_ru.qm
/usr/share/qt5keychain/translations/qtkeychain_zh.qm

References

Summary

In this tutorial we learn how to install qtkeychain-qt5 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/fa /usr/lib/.build-id/fa/49d224eb6270ad7f94b1c29bcb4859807c9137 /usr/lib/libqt5keychain.so.0.11.1 /usr/lib/libqt5keychain.so.1 /usr/share/doc/qtkeychain-qt5 /usr/share/doc/qtkeychain-qt5/ReadMe.txt /usr/share/licenses/qtkeychain-qt5 /usr/share/licenses/qtkeychain-qt5/COPYING /usr/share/qt5keychain/translations/qtkeychain_de.qm /usr/share/qt5keychain/translations/qtkeychain_fr.qm /usr/share/qt5keychain/translations/qtkeychain_ro.qm /usr/share/qt5keychain/translations/qtkeychain_ru.qm /usr/share/qt5keychain/translations/qtkeychain_zh.qm


## References

* [qtkeychain-qt5 website](https://github.com/frankosterfeld/qtkeychain)

## Summary

In this tutorial we learn how to install `qtkeychain-qt5` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).