How To Install python-nose-docs on Rocky Linux 8

In this tutorial we learn how to install python-nose-docs on Rocky Linux 8. python-nose-docs is Nose Documentation

Introduction

In this tutorial we learn how to install python-nose-docs on Rocky Linux 8.

What is python-nose-docs

Documentation for Nose.

We can use yum or dnf to install python-nose-docs on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install python-nose-docs.

Install python-nose-docs on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python-nose-docs using dnf by running the following command:

sudo dnf -y install python-nose-docs

Install python-nose-docs on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python-nose-docs using yum by running the following command:

sudo yum -y install python-nose-docs

How To Uninstall python-nose-docs on Rocky Linux 8

To uninstall only the python-nose-docs package we can use the following command:

sudo dnf remove python-nose-docs

python-nose-docs Package Contents on Rocky Linux 8

/usr/share/doc/python-nose-docs
/usr/share/doc/python-nose-docs/AUTHORS
/usr/share/doc/python-nose-docs/CHANGELOG
/usr/share/doc/python-nose-docs/NEWS
/usr/share/doc/python-nose-docs/README.txt
/usr/share/doc/python-nose-docs/examples
/usr/share/doc/python-nose-docs/examples/attrib_plugin.py
/usr/share/doc/python-nose-docs/examples/html_plugin
/usr/share/doc/python-nose-docs/examples/html_plugin/htmlplug.py
/usr/share/doc/python-nose-docs/examples/html_plugin/setup.py
/usr/share/doc/python-nose-docs/examples/plugin
/usr/share/doc/python-nose-docs/examples/plugin/plug.py
/usr/share/doc/python-nose-docs/examples/plugin/setup.py
/usr/share/licenses/python-nose-docs
/usr/share/licenses/python-nose-docs/lgpl.txt

References

Summary

In this tutorial we learn how to install python-nose-docs on Rocky Linux 8 using yum and dnf.