How to Install and Uninstall python-bibtexparser Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-bibtexparser" package

Please follow the guidance below to install python-bibtexparser on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-bibtexparser

2. Uninstall "python-bibtexparser" package

Please follow the steps below to uninstall python-bibtexparser on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-bibtexparser $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-bibtexparser package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-bibtexparser
Priority: optional
Section: universe/python
Installed-Size: 150
Maintainer: Ubuntu Developers
Original-Maintainer: Alexandre Mestiashvili
Architecture: all
Source: bibtexparser
Version: 0.6.1-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/b/bibtexparser/python-bibtexparser_0.6.1-1_all.deb
Size: 21828
MD5sum: fcf6aad4c7bf815a5f9bc8e6323354e1
SHA1: 37a7f2f3b45bf01639ff3ba34d9b0fabbad4794b
SHA256: cb3591be7e8d127efb24e2e669d3818a8a04bab381a8a0f1b83b3e8b9f8ec01f
Description-en: Python library to parse bibtex files
The bibtexparser module provides parsing and writing of BibTeX files
functionality. The parsed data is returned as a simple BibDatabase object
with the main attribute being entries representing bibliographic sources
such as books and journal articles.
.
This is the Python 2 version of the package
Description-md5: 3d09eeac1fdb26ba7cef4372f8aeda4b
Homepage: https://github.com/sciunto-org/python-bibtexparser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu