How to Install and Uninstall python3-duecredit Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 12,2024

1. Install "python3-duecredit" package

In this section, we are going to explain the necessary steps to install python3-duecredit on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-duecredit

2. Uninstall "python3-duecredit" package

Please follow the steps below to uninstall python3-duecredit on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-duecredit package on Ubuntu 21.10 (Impish Indri)

Package: python3-duecredit
Architecture: all
Version: 0.8.0-1
Priority: optional
Section: universe/python
Source: duecredit
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Yaroslav Halchenko
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 252
Depends: python3-citeproc, python3-requests, python3-six, python3:any
Filename: pool/universe/d/duecredit/python3-duecredit_0.8.0-1_all.deb
Size: 54360
MD5sum: a790297d0f6a781e5092c45cf863432c
SHA1: 35582f2c919bd22d93d25b0f962142fe4f3661cd
SHA256: c994400c06e401481ab8934f138e8834748ba940284b89ef624d840ae873246d
SHA512: 313562f8dc68cb70ab8c560c89b51527e75b27577dc875c169436c34d609964ba320cb74e04c6cfb6519259bf59d2b6f6e7f05b3c88f14e9d8fdb9fe56da5121
Homepage: https://github.com/duecredit/duecredit
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
Python-Egg-Name: duecredit