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

Last updated: June 30,2024

1. Install "python3-pybtex.noarch" package

Please follow the steps below to install python3-pybtex.noarch on Fedora 34

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

2. Uninstall "python3-pybtex.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-pybtex.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:08:37 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pybtex
Version : 0.24.0
Release : 2.fc34
Architecture : noarch
Size : 194 k
Source : python-pybtex-0.24.0-2.fc34.src.rpm
Repository : fedora
Summary : BibTeX-compatible bibliography processor written in Python
URL : http://pybtex.org/
License : MIT
Description : Pybtex is a BibTeX-compatible bibliography processor written in Python.
: Pybtex aims to be 100% compatible with BibTeX. It accepts the same
: command line options, fully supports BibTeX’s .bst styles and produces
: byte-identical output.
:
: Additionally:
: - Pybtex is Unicode-aware.
: - Pybtex supports bibliography formats other than BibTeX.
: - It is possible to write formatting styles in Python.
: - As a bonus, Pythonic styles can produce HTML, Markdown and other
: markup besides the usual LaTeX.
: Pybtex also includes a Python API for managing bibliographies from Python.