How to Install and Uninstall python3-pybtex Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-pybtex" package

Please follow the steps below to install python3-pybtex on Kali Linux

$ sudo apt update $ sudo apt install python3-pybtex

2. Uninstall "python3-pybtex" package

Please follow the guidelines below to uninstall python3-pybtex on Kali Linux:

$ sudo apt remove python3-pybtex $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-pybtex package on Kali Linux

Package: python3-pybtex
Source: pybtex
Version: 0.24.0-4
Installed-Size: 447
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-pkg-resources, python3-latexcodec (>= 1.0.4), python3-six, python3-yaml, python3:any
Suggests: python-pybtex-doc
Size: 74576
SHA256: 9dfb175abf0787b585c449f9b2801dd6db5da11ceb47737c5a7c09557d82a432
SHA1: e7485266152be001be6bfb747acea892147100ea
MD5sum: c55ce79368acdc6fe6dfa3f26059688a
Description: BibTeX-compatible bibliography processor - Python 3 module
Pybtex reads citation information from a file and produces a formatted
bibliography. BibTeX style files are supported. Alternatively it is
possible to write styles in Python.
.
Pybtex currently understands the following bibliography formats:
* BibTeX
* BibTeXML
* YAML-based format
.
The resulting bibliography may be output in one of the following formats:
* LaTeX
* HTML
* plain text
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://pybtex.org/
Section: python
Priority: optional
Filename: pool/main/p/pybtex/python3-pybtex_0.24.0-4_all.deb