How To Install python3-lazy-object-proxy on Fedora 36

In this tutorial we learn how to install python3-lazy-object-proxy in Fedora 36. python3-lazy-object-proxy is A fast and thorough lazy object proxy

Introduction

In this tutorial we learn how to install python3-lazy-object-proxy on Fedora 36.

What is python3-lazy-object-proxy

A fast and thorough lazy object proxy.

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

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

sudo dnf -y install python3-lazy-object-proxy

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

sudo yum -y install python3-lazy-object-proxy

How To Uninstall python3-lazy-object-proxy on Fedora 36

To uninstall only the python3-lazy-object-proxy package we can use the following command:

sudo dnf remove python3-lazy-object-proxy

python3-lazy-object-proxy Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/ba3c6e47f97111da52d378fa9f792828a271ab
/usr/lib64/python3.10/site-packages/lazy_object_proxy
/usr/lib64/python3.10/site-packages/lazy_object_proxy-1.7.1-py3.10.egg-info
/usr/lib64/python3.10/site-packages/lazy_object_proxy-1.7.1-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/lazy_object_proxy-1.7.1-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/lazy_object_proxy-1.7.1-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/lazy_object_proxy-1.7.1-py3.10.egg-info/not-zip-safe
/usr/lib64/python3.10/site-packages/lazy_object_proxy-1.7.1-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__init__.py
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/_version.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/_version.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/compat.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/compat.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/simple.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/simple.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/slots.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/slots.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/utils.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/utils_py3.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/__pycache__/utils_py3.cpython-310.pyc
/usr/lib64/python3.10/site-packages/lazy_object_proxy/_version.py
/usr/lib64/python3.10/site-packages/lazy_object_proxy/cext.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/lazy_object_proxy/compat.py
/usr/lib64/python3.10/site-packages/lazy_object_proxy/simple.py
/usr/lib64/python3.10/site-packages/lazy_object_proxy/slots.py
/usr/lib64/python3.10/site-packages/lazy_object_proxy/utils.py
/usr/lib64/python3.10/site-packages/lazy_object_proxy/utils_py3.py
/usr/share/doc/python3-lazy-object-proxy
/usr/share/doc/python3-lazy-object-proxy/README.rst
/usr/share/licenses/python3-lazy-object-proxy
/usr/share/licenses/python3-lazy-object-proxy/LICENSE

References

Summary

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