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

Last updated: May 13,2024

1. Install "python3-duecredit" package

Here is a brief guide to show you how to install python3-duecredit on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-duecredit

2. Uninstall "python3-duecredit" package

Here is a brief guide to show you how to uninstall python3-duecredit on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-duecredit
Priority: optional
Section: universe/python
Installed-Size: 225
Maintainer: Ubuntu Developers
Original-Maintainer: Yaroslav Halchenko
Architecture: all
Source: duecredit
Version: 0.4.5.3-1
Depends: python3-citeproc, python3-requests, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/duecredit/python3-duecredit_0.4.5.3-1_all.deb
Size: 46454
MD5sum: 3c0bb744c56b5bde53a52bc23c12e6b6
SHA1: 023ff52c0a835301021b519e3c75c2c4c7540d49
SHA256: c92bac4c9df7299739d4d1f026080386e7ff89d9680b59a77c8981b5fafc49c0
Description-en: Publications (and donations) tracer
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.
.
python3 -m duecredit examples/example_scipy.py
Description-md5: bc59925ba10291c85d0aea9fe4e8d5b4
Homepage: https://github.com/duecredit/duecredit
Python-Egg-Name: duecredit
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu