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

Last updated: October 05,2024

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

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

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

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

Here is a brief guide to show you how to uninstall python3-sphinxcontrib-bibtex.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:11:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-sphinxcontrib-bibtex
Version : 2.4.1
Release : 1.fc34
Architecture : noarch
Size : 73 k
Source : python-sphinxcontrib-bibtex-2.4.1-1.fc34.src.rpm
Repository : updates
Summary : Sphinx extension for BibTeX style citations
URL : https://github.com/mcmtroffaes/sphinxcontrib-bibtex
License : BSD
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.