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

Last updated: October 01,2024

1. Install "python3-keyring.noarch" package

Please follow the guidelines below to install python3-keyring.noarch on Fedora 34

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

2. Uninstall "python3-keyring.noarch" package

Please follow the guidance below to uninstall python3-keyring.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:36:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-keyring
Version : 21.8.0
Release : 2.fc34
Architecture : noarch
Size : 76 k
Source : python-keyring-21.8.0-2.fc34.src.rpm
Repository : fedora
Summary : Python 3 library to access the system keyring service
URL : https://github.com/jaraco/keyring
License : MIT and Python
Description : The Python keyring lib provides a easy way to access the system keyring
: service from python. It can be used in any application that needs safe
: password storage.
:
: The keyring services supported by the Python keyring lib:
:
: * **OSXKeychain**: supports the Keychain service in Mac OS X.
: * **KDEKWallet**: supports the KDE's Kwallet service.
: * **GnomeKeyring**: for GNOME environment.
: * **SecretServiceKeyring**: for newer GNOME and KDE environments.
: * **WinVaultKeyring**: supports the Windows Credential Vault
:
: Besides these native password storing services provided by operating systems.
: Python keyring lib also provides following build-in keyrings.
:
: * **Win32CryptoKeyring**: for Windows 2k+.
: * **CryptedFileKeyring**: a command line interface keyring base on PyCrypto.
: * **UncryptedFileKeyring**: a keyring which leaves passwords directly in file.