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

Last updated: May 13,2024

1. Install "python3-citeproc" package

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

$ sudo apt update $ sudo apt install python3-citeproc

2. Uninstall "python3-citeproc" package

This tutorial shows how to uninstall python3-citeproc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-citeproc
Priority: optional
Section: universe/python
Installed-Size: 814
Maintainer: Ubuntu Developers
Original-Maintainer: Daniel Stender
Architecture: all
Source: citeproc-py
Version: 0.3.0-1
Depends: python3, python3-lxml, python3:any (>= 3.3.2-2~)
Filename: pool/universe/c/citeproc-py/python3-citeproc_0.3.0-1_all.deb
Size: 81774
MD5sum: 01ca8bba510f1ea55e7bd256e2ee1fdd
SHA1: ccf2497b262b2fab405d8f56bb05ed00c256414f
SHA256: 9a3abdd3174e9cdc7024d7ecbbb2d6319977605e8b158a64fb61422d4e8322a1
Description-en: Citation Style Language (CSL) processor for Python3
Citeproc-py is a library that produces formatted bibliographies and
citations from bibliographic databases following formatting instructions
provided by XML style files written in the Citation Style Language (CSL).
.
Currently, BibTeX and JSON are supported as input database formats, and
plain text, reStructuredText and HTML as output format.
.
This package contains the Python 3 modules and the CLI tool csl_unsorted.
Description-md5: 346eb24ad0eaa61bdabd587274ebed03
Homepage: https://github.com/brechtm/citeproc-py
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu