How to Install and Uninstall python3-sphinxcontrib-trio Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-sphinxcontrib-trio" package

Please follow the guidance below to install python3-sphinxcontrib-trio on openSUSE Leap

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

2. Uninstall "python3-sphinxcontrib-trio" package

This guide let you learn how to uninstall python3-sphinxcontrib-trio on openSUSE Leap:

$ sudo zypper remove python3-sphinxcontrib-trio

3. Information about the python3-sphinxcontrib-trio package on openSUSE Leap

Information for package python3-sphinxcontrib-trio:
---------------------------------------------------
Repository : Main Repository
Name : python3-sphinxcontrib-trio
Version : 1.0.1-1.30
Arch : noarch
Vendor : SUSE LLC
Installed Size : 46.8 KiB
Installed : No
Status : not installed
Source package : python-sphinxcontrib-trio-1.0.1-1.30.src
Upstream URL : https://github.com/python-trio/sphinxcontrib-trio
Summary : Make Sphinx better at 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.