How to Install and Uninstall python3-keyring.noarch Package on Fedora 38

Last updated: November 27,2024

1. Install "python3-keyring.noarch" package

In this section, we are going to explain the necessary steps to install python3-keyring.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-keyring.noarch

2. Uninstall "python3-keyring.noarch" package

This guide covers the steps necessary to uninstall python3-keyring.noarch on Fedora 38:

$ sudo dnf remove python3-keyring.noarch $ sudo dnf autoremove

3. Information about the python3-keyring.noarch package on Fedora 38

Last metadata expiration check: 0:04:54 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-keyring
Version : 23.11.0
Release : 7.fc38
Architecture : noarch
Size : 113 k
Source : python-keyring-23.11.0-7.fc38.src.rpm
Repository : updates
Summary : Python 3 library to access the system keyring service
URL : https://github.com/jaraco/keyring
License : MIT OR Python-2.0.1
Description : The Python keyring library provides an easy way to access the system keyring
: service from python. It can be used in any application that needs safe password
: storage.
:
: These recommended keyring backends are supported:
:
: • macOS Keychain
: • Freedesktop Secret Service supports many DE including GNOME (requires
: secretstorage)
: • KDE4 & KDE5 KWallet (requires dbus)
: • Windows Credential Locker
:
: Other keyring implementations are available through third-party backends.