How to Install and Uninstall python3-numpydoc.noarch Package on Fedora 34

Last updated: September 20,2024

1. Install "python3-numpydoc.noarch" package

Please follow the step by step instructions below to install python3-numpydoc.noarch on Fedora 34

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

2. Uninstall "python3-numpydoc.noarch" package

This guide covers the steps necessary to uninstall python3-numpydoc.noarch on Fedora 34:

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

3. Information about the python3-numpydoc.noarch package on Fedora 34

Last metadata expiration check: 1:18:43 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-numpydoc
Version : 1.1.0
Release : 3.fc34
Architecture : noarch
Size : 93 k
Source : python-numpydoc-1.1.0-3.fc34.src.rpm
Repository : fedora
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.