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

Last updated: September 29,2024

1. Install "python3-keyrings-alt.noarch" package

Please follow the steps below to install python3-keyrings-alt.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-keyrings-alt.noarch

2. Uninstall "python3-keyrings-alt.noarch" package

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

$ sudo dnf remove python3-keyrings-alt.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:33:19 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-keyrings-alt
Version : 4.1.0
Release : 1.fc34
Architecture : noarch
Size : 43 k
Source : python-keyrings-alt-4.1.0-1.fc34.src.rpm
Repository : updates
Summary : Alternate keyring implementations
URL : https://pypi.org/pypi/keyrings.alt
License : MIT
Description : Alternate keyring backend implementations for use with the keyring package.
:
: Keyrings in this package may have security risks or other implications. These
: backends were extracted from the main keyring project to make them available
: for those who wish to employ them, but are discouraged for general production
: use. Include this module and use its backends at your own risk.
:
: For example, the PlaintextKeyring stores passwords in plain text on the file
: system, defeating the intended purpose of this library to encourage best
: practices for security.