How to Install and Uninstall python3-sphinxcontrib-trio.noarch Package on Fedora 36

Last updated: June 29,2024

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

Please follow the guidelines below to install python3-sphinxcontrib-trio.noarch on Fedora 36

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

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

This tutorial shows how to uninstall python3-sphinxcontrib-trio.noarch on Fedora 36:

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

3. Information about the python3-sphinxcontrib-trio.noarch package on Fedora 36

Last metadata expiration check: 5:09:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-sphinxcontrib-trio
Version : 1.1.2
Release : 8.fc36
Architecture : noarch
Size : 178 k
Source : python-sphinxcontrib-trio-1.1.2-8.fc36.src.rpm
Repository : fedora
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.)