How To Install python3-funcy on Fedora 36

In this tutorial we learn how to install python3-funcy in Fedora 36. python3-funcy is Fancy and practical functional tools

Introduction

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

What is python3-funcy

A collection of fancy functional tools focused on practicality. Python 3 version.

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

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

sudo dnf -y install python3-funcy

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

sudo yum -y install python3-funcy

How To Uninstall python3-funcy on Fedora 36

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

sudo dnf remove python3-funcy

python3-funcy Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/funcy
/usr/lib/python3.10/site-packages/funcy-1.15-py3.10.egg-info
/usr/lib/python3.10/site-packages/funcy-1.15-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/funcy-1.15-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/funcy-1.15-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/funcy-1.15-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/funcy/__init__.py
/usr/lib/python3.10/site-packages/funcy/__pycache__
/usr/lib/python3.10/site-packages/funcy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/_inspect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/_inspect.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/calc.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/calc.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/colls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/colls.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/compat.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/debug.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/debug.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/decorators.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/decorators.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/flow.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/flow.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/funcmakers.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/funcmakers.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/funcolls.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/funcolls.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/funcs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/funcs.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/objects.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/objects.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/primitives.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/primitives.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/py2.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/py2.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/py3.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/py3.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/seqs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/seqs.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/strings.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/strings.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/tree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/tree.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/types.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/funcy/__pycache__/types.cpython-310.pyc
/usr/lib/python3.10/site-packages/funcy/_inspect.py
/usr/lib/python3.10/site-packages/funcy/calc.py
/usr/lib/python3.10/site-packages/funcy/colls.py
/usr/lib/python3.10/site-packages/funcy/compat.py
/usr/lib/python3.10/site-packages/funcy/debug.py
/usr/lib/python3.10/site-packages/funcy/decorators.py
/usr/lib/python3.10/site-packages/funcy/flow.py
/usr/lib/python3.10/site-packages/funcy/funcmakers.py
/usr/lib/python3.10/site-packages/funcy/funcolls.py
/usr/lib/python3.10/site-packages/funcy/funcs.py
/usr/lib/python3.10/site-packages/funcy/objects.py
/usr/lib/python3.10/site-packages/funcy/primitives.py
/usr/lib/python3.10/site-packages/funcy/py2.py
/usr/lib/python3.10/site-packages/funcy/py3.py
/usr/lib/python3.10/site-packages/funcy/seqs.py
/usr/lib/python3.10/site-packages/funcy/strings.py
/usr/lib/python3.10/site-packages/funcy/tree.py
/usr/lib/python3.10/site-packages/funcy/types.py
/usr/share/doc/python3-funcy
/usr/share/doc/python3-funcy/CHANGELOG
/usr/share/doc/python3-funcy/README.rst
/usr/share/licenses/python3-funcy
/usr/share/licenses/python3-funcy/LICENSE

References

Summary

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