How to Install and Uninstall python3-sphinx-autodoc-typehints.noarch Package on Fedora 34

Last updated: June 29,2024

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

Please follow the guidance below to install python3-sphinx-autodoc-typehints.noarch on Fedora 34

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

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

Please follow the steps below to uninstall python3-sphinx-autodoc-typehints.noarch on Fedora 34:

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

3. Information about the python3-sphinx-autodoc-typehints.noarch package on Fedora 34

Last metadata expiration check: 0:15:28 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-sphinx-autodoc-typehints
Version : 1.11.1
Release : 2.fc34
Architecture : noarch
Size : 21 k
Source : python-sphinx-autodoc-typehints-1.11.1-2.fc34.src.rpm
Repository : fedora
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.