How to Install and Uninstall pybtex Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "pybtex" package

Please follow the step by step instructions below to install pybtex on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pybtex

2. Uninstall "pybtex" package

This is a short guide on how to uninstall pybtex on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pybtex package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pybtex
Priority: optional
Section: universe/tex
Installed-Size: 646
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Version: 0.18-1
Depends: python-pkg-resources, python-pyparsing, python (>= 2.7), python (<< 2.8)
Recommends: python-yaml
Filename: pool/universe/p/pybtex/pybtex_0.18-1_all.deb
Size: 209706
MD5sum: ebda1842157f74d07c3cdece532f509b
SHA1: 9d4672c19474dd5b0f5d842874afd37f89c5b94b
SHA256: e748e6ba2ba1e652e9d3092521765589dc74952f91dea0ede56e833d16f87759
Description-en: BibTeX-compatible bibliography processor
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
Description-md5: 9ef4b356fd9db98765a103cce70db8a7
Homepage: http://pybtex.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu