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

Last updated: May 12,2024

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

Learn how to install python3-sphinxcontrib-bibtex.noarch on Fedora 35

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

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

Please follow the instructions below to uninstall python3-sphinxcontrib-bibtex.noarch on Fedora 35:

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

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

Last metadata expiration check: 3:37:13 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-sphinxcontrib-bibtex
Version : 2.4.1
Release : 1.fc35
Architecture : noarch
Size : 73 k
Source : python-sphinxcontrib-bibtex-2.4.1-1.fc35.src.rpm
Repository : fedora
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.