How to Install and Uninstall python39-sphinx-autodoc-typehints Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python39-sphinx-autodoc-typehints" package

This guide covers the steps necessary to install python39-sphinx-autodoc-typehints on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sphinx-autodoc-typehints

2. Uninstall "python39-sphinx-autodoc-typehints" package

Please follow the step by step instructions below to uninstall python39-sphinx-autodoc-typehints on openSuSE Tumbleweed:

$ sudo zypper remove python39-sphinx-autodoc-typehints

3. Information about the python39-sphinx-autodoc-typehints package on openSuSE Tumbleweed

Information for package python39-sphinx-autodoc-typehints:
----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sphinx-autodoc-typehints
Version : 1.25.3-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 107.3 KiB
Installed : No
Status : not installed
Source package : python-sphinx-autodoc-typehints-1.25.3-1.3.src
Upstream URL : https://github.com/agronholm/sphinx-autodoc-typehints
Summary : Type hints (PEP 484) support for the Sphinx autodoc extension
Description :
This is a Sphinx extension which allows to use Python 3 annotations for documenting acceptable argument types
and return value types of functions.