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

Last updated: October 05,2024

1. Install "python3-bibtexparser.noarch" package

Please follow the step by step instructions below to install python3-bibtexparser.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 4:36:23 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-bibtexparser
Version : 1.1.0
Release : 5.fc34
Architecture : noarch
Size : 73 k
Source : python-bibtexparser-1.1.0-5.fc34.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.