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

Last updated: October 12,2024

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

This is a short guide on how to install python3-keyrings-alt.noarch on Fedora 39

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

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

This guide covers the steps necessary to uninstall python3-keyrings-alt.noarch on Fedora 39:

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

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

Last metadata expiration check: 2:02:55 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-keyrings-alt
Version : 4.2.0
Release : 4.fc39
Architecture : noarch
Size : 63 k
Source : python-keyrings-alt-4.2.0-4.fc39.src.rpm
Repository : fedora
Summary : Alternate keyring implementations
URL : https://github.com/jaraco/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.