How to Install and Uninstall python3-keyring.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-keyring.noarch" package
This guide let you learn how to install python3-keyring.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-keyring.noarch
Copied
2. Uninstall "python3-keyring.noarch" package
Please follow the step by step instructions below to uninstall python3-keyring.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-keyring.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-keyring.noarch package on Rocky Linux 8
Last metadata expiration check: 0:26:53 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-keyring
Version : 21.5.0
Release : 2.el8
Architecture : noarch
Size : 83 k
Source : python-keyring-21.5.0-2.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-keyring
Version : 21.5.0
Release : 2.el8
Architecture : noarch
Size : 83 k
Source : python-keyring-21.5.0-2.el8.src.rpm
Repository : epel
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.