How To Install python-OWSLib-doc on Fedora 36

In this tutorial we learn how to install python-OWSLib-doc in Fedora 36. python-OWSLib-doc is Documentation and examples for OWSLib

Introduction

In this tutorial we learn how to install python-OWSLib-doc on Fedora 36.

What is python-OWSLib-doc

Documentation and examples for OWSLib.

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

Install python-OWSLib-doc 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 python-OWSLib-doc using dnf by running the following command:

sudo dnf -y install python-OWSLib-doc

Install python-OWSLib-doc 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 python-OWSLib-doc using yum by running the following command:

sudo yum -y install python-OWSLib-doc

How To Uninstall python-OWSLib-doc on Fedora 36

To uninstall only the python-OWSLib-doc package we can use the following command:

sudo dnf remove python-OWSLib-doc

python-OWSLib-doc Package Contents on Fedora 36

/usr/share/doc/python-OWSLib-doc
/usr/share/doc/python-OWSLib-doc/OWSLib.pdf
/usr/share/doc/python-OWSLib-doc/examples
/usr/share/doc/python-OWSLib-doc/examples/csw-client.py
/usr/share/doc/python-OWSLib-doc/examples/csw-harvest.py
/usr/share/doc/python-OWSLib-doc/examples/iso-getcodelist.py
/usr/share/doc/python-OWSLib-doc/examples/wcs-thredds-prism.py
/usr/share/doc/python-OWSLib-doc/examples/wfs-wei-script.py
/usr/share/doc/python-OWSLib-doc/examples/wms-getfeatureinfo.py
/usr/share/doc/python-OWSLib-doc/examples/wps-birdhouse.py
/usr/share/doc/python-OWSLib-doc/examples/wps-ceda-script.py
/usr/share/doc/python-OWSLib-doc/examples/wps-client.py
/usr/share/doc/python-OWSLib-doc/examples/wps-pml-script-1.py
/usr/share/doc/python-OWSLib-doc/examples/wps-pml-script-2.py
/usr/share/doc/python-OWSLib-doc/examples/wps-usgs-script.py
/usr/share/licenses/python-OWSLib-doc
/usr/share/licenses/python-OWSLib-doc/LICENSE

References

Summary

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