How to Install and Uninstall python3-sphinxcontrib-bibtex.noarch Package on Fedora 38

Last updated: January 13,2025

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

Please follow the guidance below to install python3-sphinxcontrib-bibtex.noarch on Fedora 38

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

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

In this section, we are going to explain the necessary steps to uninstall python3-sphinxcontrib-bibtex.noarch on Fedora 38:

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

3. Information about the python3-sphinxcontrib-bibtex.noarch package on Fedora 38

Last metadata expiration check: 5:35:42 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-sphinxcontrib-bibtex
Version : 2.5.0
Release : 2.fc38
Architecture : noarch
Size : 106 k
Source : python-sphinxcontrib-bibtex-2.5.0-2.fc38.src.rpm
Repository : fedora
Summary : Sphinx extension for BibTeX style citations
URL : https://github.com/mcmtroffaes/sphinxcontrib-bibtex
License : BSD-2-Clause
Description : This package contains a Sphinx extension for BibTeX style citations.
:
: This extension allows BibTeX citations to be inserted into documentation
: generated by Sphinx, via a bibliography directive, and a cite role,
: which work similarly to LaTeX's thebibliography environment and \cite
: command.
:
: For formatting, the extension relies on pybtex, written by Andrey
: Golovizin.