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

Last updated: July 05,2024

1. Install "python311-sphinxcontrib-trio" package

This tutorial shows how to install python311-sphinxcontrib-trio on openSuSE Tumbleweed

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

2. Uninstall "python311-sphinxcontrib-trio" package

Please follow the steps below to uninstall python311-sphinxcontrib-trio on openSuSE Tumbleweed:

$ sudo zypper remove python311-sphinxcontrib-trio

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

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