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

Last updated: June 13,2024

1. Install "python-duecredit" package

This guide covers the steps necessary to install python-duecredit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-duecredit

2. Uninstall "python-duecredit" package

Please follow the step by step instructions below to uninstall python-duecredit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-duecredit
Priority: optional
Section: universe/python
Installed-Size: 223
Maintainer: Ubuntu Developers
Original-Maintainer: Yaroslav Halchenko
Architecture: all
Source: duecredit
Version: 0.4.5.3-1
Depends: python-citeproc, python-requests, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/duecredit/python-duecredit_0.4.5.3-1_all.deb
Size: 46238
MD5sum: ef7a04c9b24fb335b1ca30fab2b47037
SHA1: 5fccf8ca975cd533f5ddfcb4ffc0034a6c433bb1
SHA256: 251fad0f14e7d181e7bb22930b7c8714d47af911fc5791b0a38e5e5fcabfe161
Description-en: Publications (and donations) tracer - Python 2.X
duecredit is being conceived to address the problem of inadequate
citation of scientific software and methods, and limited visibility of
donation requests for open-source software.
.
It provides a simple framework (at the moment for Python only) to
embed publication or other references in the original code so they are
automatically collected and reported to the user at the necessary
level of reference detail, i.e. only references for actually used
functionality will be presented back if software provides multiple
citeable implementations.
.
To get a sense of what duecredit is about, simply run
or your analysis script with `-m duecredit`, e.g.
.
python -m duecredit examples/example_scipy.py
Description-md5: 6e5369801eb2d890ba74ef1b306c14bf
Homepage: https://github.com/duecredit/duecredit
Python-Egg-Name: duecredit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu