How to Install and Uninstall python3-sphinxcontrib-trio.noarch Package on CentOS Stream 8

Last updated: May 19,2024

1. Install "python3-sphinxcontrib-trio.noarch" package

This tutorial shows how to install python3-sphinxcontrib-trio.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-sphinxcontrib-trio.noarch

2. Uninstall "python3-sphinxcontrib-trio.noarch" package

This is a short guide on how to uninstall python3-sphinxcontrib-trio.noarch on CentOS Stream 8:

$ sudo dnf remove python3-sphinxcontrib-trio.noarch $ sudo dnf autoremove

3. Information about the python3-sphinxcontrib-trio.noarch package on CentOS Stream 8

Last metadata expiration check: 0:21:39 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-sphinxcontrib-trio
Version : 1.1.2
Release : 1.el8
Architecture : noarch
Size : 179 k
Source : python-sphinxcontrib-trio-1.1.2-1.el8.src.rpm
Repository : epel
Summary : Make Sphinx better at documenting Python functions and methods
URL : https://github.com/python-trio/sphinxcontrib-trio
License : MIT or ASL 2.0
Description :
: This sphinx extension helps you document Python code that uses
: async/await, or abstract methods, or context managers, or generators,
: or ... you get the idea. It works by making sphinx's regular
: directives for documenting Python functions and methods smarter and
: more powerful. The name is because it was originally written for the
: Trio project, and I'm not very creative. But don't be put off –
: there's nothing Trio- or async-specific about this extension; any
: Python project can benefit. (Though projects using async/await
: probably benefit the most, since sphinx's built-in tools are
: especially inadequate in this case.)