How To Install python-pycares-doc on Fedora 36

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

Introduction

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

What is python-pycares-doc

pycares is a Python module which provides an interface to c-ares. c-ares is a C library that performs DNS requests and name resolutions asynchronously. This package contains documentation in reST and HTML formats.

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

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

sudo dnf -y install python-pycares-doc

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

sudo yum -y install python-pycares-doc

How To Uninstall python-pycares-doc on Fedora 36

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

sudo dnf remove python-pycares-doc

python-pycares-doc Package Contents on Fedora 36

/usr/share/doc/python-pycares
/usr/share/doc/python-pycares-doc
/usr/share/doc/python-pycares-doc/examples
/usr/share/doc/python-pycares-doc/examples/cares-asyncio.py
/usr/share/doc/python-pycares-doc/examples/cares-poll.py
/usr/share/doc/python-pycares-doc/examples/cares-resolver.py
/usr/share/doc/python-pycares-doc/examples/cares-select.py
/usr/share/doc/python-pycares-doc/examples/cares-selectors.py
/usr/share/doc/python-pycares/html
/usr/share/doc/python-pycares/html/_static
/usr/share/doc/python-pycares/html/_static/basic.css
/usr/share/doc/python-pycares/html/_static/css
/usr/share/doc/python-pycares/html/_static/css/badge_only.css
/usr/share/doc/python-pycares/html/_static/css/theme.css
/usr/share/doc/python-pycares/html/_static/doctools.js
/usr/share/doc/python-pycares/html/_static/documentation_options.js
/usr/share/doc/python-pycares/html/_static/file.png
/usr/share/doc/python-pycares/html/_static/jquery-3.5.1.js
/usr/share/doc/python-pycares/html/_static/jquery.js
/usr/share/doc/python-pycares/html/_static/js
/usr/share/doc/python-pycares/html/_static/js/badge_only.js
/usr/share/doc/python-pycares/html/_static/js/theme.js
/usr/share/doc/python-pycares/html/_static/language_data.js
/usr/share/doc/python-pycares/html/_static/minus.png
/usr/share/doc/python-pycares/html/_static/plus.png
/usr/share/doc/python-pycares/html/_static/pygments.css
/usr/share/doc/python-pycares/html/_static/searchtools.js
/usr/share/doc/python-pycares/html/_static/underscore-1.13.1.js
/usr/share/doc/python-pycares/html/_static/underscore.js
/usr/share/doc/python-pycares/html/channel.html
/usr/share/doc/python-pycares/html/constants.html
/usr/share/doc/python-pycares/html/errno.html
/usr/share/doc/python-pycares/html/event_loops.html
/usr/share/doc/python-pycares/html/genindex.html
/usr/share/doc/python-pycares/html/index.html
/usr/share/doc/python-pycares/html/objects.inv
/usr/share/doc/python-pycares/html/py-modindex.html
/usr/share/doc/python-pycares/html/pycares.html
/usr/share/doc/python-pycares/html/search.html
/usr/share/doc/python-pycares/html/searchindex.js
/usr/share/doc/python-pycares/rst
/usr/share/doc/python-pycares/rst/channel.rst.txt
/usr/share/doc/python-pycares/rst/constants.rst.txt
/usr/share/doc/python-pycares/rst/errno.rst.txt
/usr/share/doc/python-pycares/rst/event_loops.rst.txt
/usr/share/doc/python-pycares/rst/index.rst.txt
/usr/share/doc/python-pycares/rst/pycares.rst.txt

References

Summary

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