How To Install python3-yarl on Fedora 36

In this tutorial we learn how to install python3-yarl in Fedora 36. python3-yarl is Python module to handle URLs

Introduction

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

What is python3-yarl

The module provides handy URL class for URL parsing and changing.

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

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

sudo dnf -y install python3-yarl

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

sudo yum -y install python3-yarl

How To Uninstall python3-yarl on Fedora 36

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

sudo dnf remove python3-yarl

python3-yarl Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/7da5d323ca0c9adf0918e91aefc4c7cdf673e7
/usr/lib64/python3.10/site-packages/yarl
/usr/lib64/python3.10/site-packages/yarl-1.7.2-py3.10.egg-info
/usr/lib64/python3.10/site-packages/yarl-1.7.2-py3.10.egg-info/PKG-INFO
/usr/lib64/python3.10/site-packages/yarl-1.7.2-py3.10.egg-info/SOURCES.txt
/usr/lib64/python3.10/site-packages/yarl-1.7.2-py3.10.egg-info/dependency_links.txt
/usr/lib64/python3.10/site-packages/yarl-1.7.2-py3.10.egg-info/requires.txt
/usr/lib64/python3.10/site-packages/yarl-1.7.2-py3.10.egg-info/top_level.txt
/usr/lib64/python3.10/site-packages/yarl/__init__.py
/usr/lib64/python3.10/site-packages/yarl/__init__.pyi
/usr/lib64/python3.10/site-packages/yarl/__pycache__
/usr/lib64/python3.10/site-packages/yarl/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/yarl/__pycache__/__init__.cpython-310.pyc
/usr/lib64/python3.10/site-packages/yarl/__pycache__/_quoting.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/yarl/__pycache__/_quoting.cpython-310.pyc
/usr/lib64/python3.10/site-packages/yarl/__pycache__/_quoting_py.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/yarl/__pycache__/_quoting_py.cpython-310.pyc
/usr/lib64/python3.10/site-packages/yarl/__pycache__/_url.cpython-310.opt-1.pyc
/usr/lib64/python3.10/site-packages/yarl/__pycache__/_url.cpython-310.pyc
/usr/lib64/python3.10/site-packages/yarl/_quoting.py
/usr/lib64/python3.10/site-packages/yarl/_quoting_c.c
/usr/lib64/python3.10/site-packages/yarl/_quoting_c.cpython-310-x86_64-linux-gnu.so
/usr/lib64/python3.10/site-packages/yarl/_quoting_c.pyi
/usr/lib64/python3.10/site-packages/yarl/_quoting_c.pyx
/usr/lib64/python3.10/site-packages/yarl/_quoting_py.py
/usr/lib64/python3.10/site-packages/yarl/_url.py
/usr/lib64/python3.10/site-packages/yarl/py.typed
/usr/share/doc/python3-yarl
/usr/share/doc/python3-yarl/CHANGES.rst
/usr/share/doc/python3-yarl/README.rst
/usr/share/licenses/python3-yarl
/usr/share/licenses/python3-yarl/LICENSE

References

Summary

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