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

Last updated: October 06,2024

1. Install "python3-pybtex.noarch" package

Please follow the instructions below to install python3-pybtex.noarch on Fedora 35

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

2. Uninstall "python3-pybtex.noarch" package

Please follow the guidelines below to uninstall python3-pybtex.noarch on Fedora 35:

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

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

Last metadata expiration check: 4:54:49 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pybtex
Version : 0.24.0
Release : 4.fc35
Architecture : noarch
Size : 206 k
Source : python-pybtex-0.24.0-4.fc35.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.