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

Last updated: November 26,2024

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

Please follow the steps below to install python3-sphinxcontrib-bibtex.noarch on Fedora 39

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

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

This is a short guide on how to uninstall python3-sphinxcontrib-bibtex.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:21:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-sphinxcontrib-bibtex
Version : 2.5.0
Release : 5.fc39
Architecture : noarch
Size : 104 k
Source : python-sphinxcontrib-bibtex-2.5.0-5.fc39.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.