How to Install and Uninstall python3-sphinx-autodoc-typehints.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python3-sphinx-autodoc-typehints.noarch" package

Please follow the guidelines below to install python3-sphinx-autodoc-typehints.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-sphinx-autodoc-typehints.noarch

2. Uninstall "python3-sphinx-autodoc-typehints.noarch" package

Please follow the instructions below to uninstall python3-sphinx-autodoc-typehints.noarch on CentOS Stream 8:

$ sudo dnf remove python3-sphinx-autodoc-typehints.noarch $ sudo dnf autoremove

3. Information about the python3-sphinx-autodoc-typehints.noarch package on CentOS Stream 8

Last metadata expiration check: 0:19:58 ago on Mon 04 Oct 2021 01:16:44 PM UTC.
Available Packages
Name : python3-sphinx-autodoc-typehints
Version : 1.10.3
Release : 1.el8
Architecture : noarch
Size : 20 k
Source : python-sphinx-autodoc-typehints-1.10.3-1.el8.src.rpm
Repository : epel
Summary : Type hints support for the Sphinx autodoc extension
URL : https://github.com/agronholm/sphinx-autodoc-typehints
License : MIT
Description : This extension allows you to use Python 3 annotations for documenting
: acceptable argument types and return value types of functions.