How To Install signon-kwallet-extension on Fedora 36

In this tutorial we learn how to install signon-kwallet-extension in Fedora 36. signon-kwallet-extension is KWallet integration for Sign-on framework

Introduction

In this tutorial we learn how to install signon-kwallet-extension on Fedora 36.

What is signon-kwallet-extension

KWallet integration for Sign-on framework.

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

Install signon-kwallet-extension 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 signon-kwallet-extension using dnf by running the following command:

sudo dnf -y install signon-kwallet-extension

Install signon-kwallet-extension 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 signon-kwallet-extension using yum by running the following command:

sudo yum -y install signon-kwallet-extension

How To Uninstall signon-kwallet-extension on Fedora 36

To uninstall only the signon-kwallet-extension package we can use the following command:

sudo dnf remove signon-kwallet-extension

signon-kwallet-extension Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/628308419adf409aec7ca417477bedf06f054c
/usr/lib64/signon/extensions/libkeyring-kwallet.so
/usr/share/licenses/signon-kwallet-extension
/usr/share/licenses/signon-kwallet-extension/COPYING

References

Summary

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