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

Last updated: June 26,2024

1. Install "python312-sphinxcontrib-trio" package

Please follow the steps below to install python312-sphinxcontrib-trio on openSuSE Tumbleweed

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

2. Uninstall "python312-sphinxcontrib-trio" package

Please follow the guidelines below to uninstall python312-sphinxcontrib-trio on openSuSE Tumbleweed:

$ sudo zypper remove python312-sphinxcontrib-trio

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

Information for package python312-sphinxcontrib-trio:
-----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-sphinxcontrib-trio
Version : 1.1.2-2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 46.2 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.