How To Install python3-keyrings-alt on Fedora 36
Introduction
In this tutorial we learn how to install python3-keyrings-alt
on Fedora 36.
What is python3-keyrings-alt
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.
We can use yum
or dnf
to install python3-keyrings-alt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-keyrings-alt.
Install python3-keyrings-alt on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-keyrings-alt
using dnf
by running the following command:
sudo dnf -y install python3-keyrings-alt
Install python3-keyrings-alt on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-keyrings-alt
using yum
by running the following command:
sudo yum -y install python3-keyrings-alt
How To Uninstall python3-keyrings-alt on Fedora 36
To uninstall only the python3-keyrings-alt
package we can use the following command:
sudo dnf remove python3-keyrings-alt
python3-keyrings-alt Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/keyrings
/usr/lib/python3.10/site-packages/keyrings.alt-4.1.0.dist-info
/usr/lib/python3.10/site-packages/keyrings.alt-4.1.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/keyrings.alt-4.1.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/keyrings.alt-4.1.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/keyrings.alt-4.1.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/keyrings.alt-4.1.0.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/keyrings.alt-4.1.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/keyrings/__init__.py
/usr/lib/python3.10/site-packages/keyrings/__pycache__
/usr/lib/python3.10/site-packages/keyrings/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt
/usr/lib/python3.10/site-packages/keyrings/alt/Gnome.py
/usr/lib/python3.10/site-packages/keyrings/alt/Google.py
/usr/lib/python3.10/site-packages/keyrings/alt/Windows.py
/usr/lib/python3.10/site-packages/keyrings/alt/__init__.py
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/Gnome.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/Gnome.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/Google.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/Google.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/Windows.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/Windows.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/_win_crypto.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/_win_crypto.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/escape.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/escape.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/file.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/file.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/file_base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/file_base.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/keyczar.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/keyczar.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/multi.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/multi.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/pyfs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/__pycache__/pyfs.cpython-310.pyc
/usr/lib/python3.10/site-packages/keyrings/alt/_win_crypto.py
/usr/lib/python3.10/site-packages/keyrings/alt/escape.py
/usr/lib/python3.10/site-packages/keyrings/alt/file.py
/usr/lib/python3.10/site-packages/keyrings/alt/file_base.py
/usr/lib/python3.10/site-packages/keyrings/alt/keyczar.py
/usr/lib/python3.10/site-packages/keyrings/alt/multi.py
/usr/lib/python3.10/site-packages/keyrings/alt/pyfs.py
/usr/share/doc/python3-keyrings-alt
/usr/share/doc/python3-keyrings-alt/README.rst
References
Summary
In this tutorial we learn how to install python3-keyrings-alt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).