How To Install python3-sphinxcontrib-github-alt on Fedora 36

In this tutorial we learn how to install python3-sphinxcontrib-github-alt in Fedora 36. python3-sphinxcontrib-github-alt is Link to GitHub issues, pull requests, commits and users from Sphinx docs

Introduction

In this tutorial we learn how to install python3-sphinxcontrib-github-alt on Fedora 36.

What is python3-sphinxcontrib-github-alt

Link to GitHub issues, pull requests, commits and users for a particular project. It’s called ‘alt’ because sphinxcontrib-github already exists. IPython & Jupyter projects have been using the syntax defined in this extension for some time before we made it into its own package, so we didn’t want to switch to sphinxcontrib-github.

We can use yum or dnf to install python3-sphinxcontrib-github-alt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-sphinxcontrib-github-alt.

Install python3-sphinxcontrib-github-alt on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-sphinxcontrib-github-alt using dnf by running the following command:

sudo dnf -y install python3-sphinxcontrib-github-alt

Install python3-sphinxcontrib-github-alt on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-sphinxcontrib-github-alt using yum by running the following command:

sudo yum -y install python3-sphinxcontrib-github-alt

How To Uninstall python3-sphinxcontrib-github-alt on Fedora 36

To uninstall only the python3-sphinxcontrib-github-alt package we can use the following command:

sudo dnf remove python3-sphinxcontrib-github-alt

python3-sphinxcontrib-github-alt Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/__pycache__/sphinxcontrib_github_alt.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/__pycache__/sphinxcontrib_github_alt.cpython-310.pyc
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt-1.2.dist-info
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt-1.2.dist-info/COPYING.md
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt-1.2.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt-1.2.dist-info/METADATA
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt-1.2.dist-info/RECORD
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt-1.2.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt-1.2.dist-info/WHEEL
/usr/lib/python3.10/site-packages/sphinxcontrib_github_alt.py
/usr/share/doc/python3-sphinxcontrib-github-alt
/usr/share/doc/python3-sphinxcontrib-github-alt/README.rst
/usr/share/licenses/python3-sphinxcontrib-github-alt
/usr/share/licenses/python3-sphinxcontrib-github-alt/COPYING.md

References

Summary

In this tutorial we learn how to install python3-sphinxcontrib-github-alt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).