How to Install and Uninstall python3-numpydoc.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python3-numpydoc.noarch" package

Here is a brief guide to show you how to install python3-numpydoc.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-numpydoc.noarch

2. Uninstall "python3-numpydoc.noarch" package

Please follow the steps below to uninstall python3-numpydoc.noarch on CentOS Stream 8:

$ sudo dnf remove python3-numpydoc.noarch $ sudo dnf autoremove

3. Information about the python3-numpydoc.noarch package on CentOS Stream 8

Last metadata expiration check: 6:10:03 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-numpydoc
Version : 0.9.2
Release : 1.el8
Architecture : noarch
Size : 70 k
Source : python-numpydoc-0.9.2-1.el8.src.rpm
Repository : epel
Summary : Sphinx extension to support docstrings in NumPy format
URL : https://pypi.python.org/pypi/numpydoc
License : BSD
Description : Numpydoc inserts a hook into Sphinx's autodoc that converts docstrings
: following the NumPy/SciPy format to a form palatable to Sphinx.