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

Last updated: May 07,2024

1. Install "python3-pybtex.noarch" package

Please follow the step by step instructions below to install python3-pybtex.noarch on Fedora 36

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

2. Uninstall "python3-pybtex.noarch" package

Learn how to uninstall python3-pybtex.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:32:59 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pybtex
Version : 0.24.0
Release : 5.fc36
Architecture : noarch
Size : 204 k
Source : python-pybtex-0.24.0-5.fc36.src.rpm
Repository : fedora
Summary : BibTeX-compatible bibliography processor written in Python
URL : https://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.