How to Install and Uninstall python3-bibtexparser.noarch Package on Fedora 36

Last updated: May 10,2024

1. Install "python3-bibtexparser.noarch" package

This tutorial shows how to install python3-bibtexparser.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-bibtexparser.noarch

2. Uninstall "python3-bibtexparser.noarch" package

Please follow the steps below to uninstall python3-bibtexparser.noarch on Fedora 36:

$ sudo dnf remove python3-bibtexparser.noarch $ sudo dnf autoremove

3. Information about the python3-bibtexparser.noarch package on Fedora 36

Last metadata expiration check: 3:17:49 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-bibtexparser
Version : 1.2.0
Release : 2.fc36
Architecture : noarch
Size : 71 k
Source : python-bibtexparser-1.2.0-2.fc36.src.rpm
Repository : fedora
Summary : A BibTeX parsing library
URL : https://github.com/sciunto-org/python-bibtexparser
License : BSD or LGPLv3
Description : BibtexParser is a python library to parse BibTeX files. The code relies
: on pyparsing and is tested with unittests.