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

Last updated: May 18,2024

1. Install "python3-bibtexparser" package

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

$ sudo apt update $ sudo apt install python3-bibtexparser

2. Uninstall "python3-bibtexparser" package

In this section, we are going to explain the necessary steps to uninstall python3-bibtexparser on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3:any (>= 3.3.2-2~)
Filename: pool/universe/b/bibtexparser/python3-bibtexparser_0.6.1-1_all.deb
Size: 21878
MD5sum: 2e5ab80b72125b72db283168f995f70f
SHA1: 0a5cb55d9321c055f715a1c33906392ef9a82e95
SHA256: 2713a5f658961effae9eeb4d216cf005055e566d4763f2586377ee91cec5c356
Description-en: Python 3 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 3 version of the package
Description-md5: 971fd7822ca3e9ccef91c52079136c42
Homepage: https://github.com/sciunto-org/python-bibtexparser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu