How To Install python3-wadllib on Fedora 36

In this tutorial we learn how to install python3-wadllib in Fedora 36. python3-wadllib is Navigate HTTP resources using WADL files as guides

Introduction

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

What is python3-wadllib

A Python library to navigate HTTP resources using WADL files as guides.

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

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

sudo dnf -y install python3-wadllib

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

sudo yum -y install python3-wadllib

How To Uninstall python3-wadllib on Fedora 36

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

sudo dnf remove python3-wadllib

python3-wadllib Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/wadllib
/usr/lib/python3.10/site-packages/wadllib-1.3.6-py3.10.egg-info
/usr/lib/python3.10/site-packages/wadllib-1.3.6-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/wadllib-1.3.6-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/wadllib-1.3.6-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/wadllib-1.3.6-py3.10.egg-info/not-zip-safe
/usr/lib/python3.10/site-packages/wadllib-1.3.6-py3.10.egg-info/requires.txt
/usr/lib/python3.10/site-packages/wadllib-1.3.6-py3.10.egg-info/top_level.txt
/usr/lib/python3.10/site-packages/wadllib/__init__.py
/usr/lib/python3.10/site-packages/wadllib/__pycache__
/usr/lib/python3.10/site-packages/wadllib/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wadllib/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/wadllib/__pycache__/application.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wadllib/__pycache__/application.cpython-310.pyc
/usr/lib/python3.10/site-packages/wadllib/__pycache__/iso_strptime.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wadllib/__pycache__/iso_strptime.cpython-310.pyc
/usr/lib/python3.10/site-packages/wadllib/application.py
/usr/lib/python3.10/site-packages/wadllib/docs
/usr/lib/python3.10/site-packages/wadllib/docs/Makefile
/usr/lib/python3.10/site-packages/wadllib/docs/NEWS.rst
/usr/lib/python3.10/site-packages/wadllib/docs/index.rst
/usr/lib/python3.10/site-packages/wadllib/iso_strptime.py
/usr/lib/python3.10/site-packages/wadllib/tests
/usr/lib/python3.10/site-packages/wadllib/tests/__init__.py
/usr/lib/python3.10/site-packages/wadllib/tests/__pycache__
/usr/lib/python3.10/site-packages/wadllib/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wadllib/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/wadllib/tests/__pycache__/test_docs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wadllib/tests/__pycache__/test_docs.cpython-310.pyc
/usr/lib/python3.10/site-packages/wadllib/tests/data
/usr/lib/python3.10/site-packages/wadllib/tests/data/__init__.py
/usr/lib/python3.10/site-packages/wadllib/tests/data/__pycache__
/usr/lib/python3.10/site-packages/wadllib/tests/data/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/wadllib/tests/data/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/wadllib/tests/data/data-types-wadl.xml
/usr/lib/python3.10/site-packages/wadllib/tests/data/launchpad-wadl.xml
/usr/lib/python3.10/site-packages/wadllib/tests/data/links-wadl.xml
/usr/lib/python3.10/site-packages/wadllib/tests/data/multipart-binary-wadl.xml
/usr/lib/python3.10/site-packages/wadllib/tests/data/options-wadl.xml
/usr/lib/python3.10/site-packages/wadllib/tests/data/person-limi.json
/usr/lib/python3.10/site-packages/wadllib/tests/data/personset-page2.json
/usr/lib/python3.10/site-packages/wadllib/tests/data/personset.json
/usr/lib/python3.10/site-packages/wadllib/tests/data/root.json
/usr/lib/python3.10/site-packages/wadllib/tests/test_docs.py
/usr/share/licenses/python3-wadllib
/usr/share/licenses/python3-wadllib/COPYING.txt

References

Summary

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