How to Install and Uninstall python39-sphinxcontrib-trio Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "python39-sphinxcontrib-trio" package

Please follow the guidance below to install python39-sphinxcontrib-trio on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-sphinxcontrib-trio

2. Uninstall "python39-sphinxcontrib-trio" package

Please follow the guidance below to uninstall python39-sphinxcontrib-trio on openSuSE Tumbleweed:

$ sudo zypper remove python39-sphinxcontrib-trio

3. Information about the python39-sphinxcontrib-trio package on openSuSE Tumbleweed

Information for package python39-sphinxcontrib-trio:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-sphinxcontrib-trio
Version : 1.1.2-2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 41.4 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-trio-1.1.2-2.12.src
Upstream URL : https://github.com/python-trio/sphinxcontrib-trio
Summary : Sphinx extension for documenting Python functions and methods
Description :
This sphinx extension helps documenting Python code that uses
async/await, or abstract methods, or context managers, or generators.
It works by making sphinx's regular directives
for documenting Python functions and methods smarter.