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

Last updated: October 05,2024

1. Install "python310-sphinxcontrib-trio" package

Here is a brief guide to show you how to install python310-sphinxcontrib-trio on openSuSE Tumbleweed

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

2. Uninstall "python310-sphinxcontrib-trio" package

Please follow the instructions below to uninstall python310-sphinxcontrib-trio on openSuSE Tumbleweed:

$ sudo zypper remove python310-sphinxcontrib-trio

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

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