How To Install python3-fedfind on Fedora 36

In this tutorial we learn how to install python3-fedfind in Fedora 36. python3-fedfind is Fedora Finder finds Fedora (using Python 3)

Introduction

In this tutorial we learn how to install python3-fedfind on Fedora 36.

What is python3-fedfind

Fedora Finder finds Fedora. For now, that means it finds Fedora images - for stable releases, milestone pre-releases, candidate composes, and nightly composes. The fedfind library provides a handy interface for interacting with Fedora composes and discovering various properties of them, along with some miscellaneous helper functions. This is the Python 3 library package.

We can use yum or dnf to install python3-fedfind on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-fedfind.

Install python3-fedfind 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-fedfind using dnf by running the following command:

sudo dnf -y install python3-fedfind

Install python3-fedfind 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-fedfind using yum by running the following command:

sudo yum -y install python3-fedfind

How To Uninstall python3-fedfind on Fedora 36

To uninstall only the python3-fedfind package we can use the following command:

sudo dnf remove python3-fedfind

python3-fedfind Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/fedfind
/usr/lib/python3.10/site-packages/fedfind-5.0.0.dist-info
/usr/lib/python3.10/site-packages/fedfind-5.0.0.dist-info/COPYING
/usr/lib/python3.10/site-packages/fedfind-5.0.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/fedfind-5.0.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/fedfind-5.0.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/fedfind-5.0.0.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/fedfind-5.0.0.dist-info/top_level.txt
/usr/lib/python3.10/site-packages/fedfind/__init__.py
/usr/lib/python3.10/site-packages/fedfind/__pycache__
/usr/lib/python3.10/site-packages/fedfind/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/cli.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/cli.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/const.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/const.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/helpers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/helpers.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/release.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/fedfind/__pycache__/release.cpython-310.pyc
/usr/lib/python3.10/site-packages/fedfind/cli.py
/usr/lib/python3.10/site-packages/fedfind/const.py
/usr/lib/python3.10/site-packages/fedfind/exceptions.py
/usr/lib/python3.10/site-packages/fedfind/helpers.py
/usr/lib/python3.10/site-packages/fedfind/release.py
/usr/share/doc/python3-fedfind
/usr/share/doc/python3-fedfind/CHANGELOG.md
/usr/share/doc/python3-fedfind/README.md
/usr/share/licenses/python3-fedfind
/usr/share/licenses/python3-fedfind/COPYING

References

Summary

In this tutorial we learn how to install python3-fedfind on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).