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

Last updated: October 06,2024

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

This guide covers the steps necessary to install python3-sphinxcontrib-openapi.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall python3-sphinxcontrib-openapi.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:12:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-sphinxcontrib-openapi
Version : 0.7.0
Release : 4.fc36
Architecture : noarch
Size : 47 k
Source : python-sphinxcontrib-openapi-0.7.0-4.fc36.src.rpm
Repository : fedora
Summary : OpenAPI spec renderer for Sphinx
URL : https://sphinxcontrib-openapi.readthedocs.io/
License : BSD
Description : Sphinx extension to generate APIs docs from OpenAPI (fka Swagger) spec.
: It depends on sphinxcontrib-httpdomain that provides an HTTP domain
: for describing RESTful HTTP APIs, so we don’t need to reinvent the wheel.