How to Install and Uninstall python3-zc.customdoctests Package on Kali Linux

Last updated: October 05,2024

1. Install "python3-zc.customdoctests" package

Please follow the guidelines below to install python3-zc.customdoctests on Kali Linux

$ sudo apt update $ sudo apt install python3-zc.customdoctests

2. Uninstall "python3-zc.customdoctests" package

Learn how to uninstall python3-zc.customdoctests on Kali Linux:

$ sudo apt remove python3-zc.customdoctests $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-zc.customdoctests package on Kali Linux

Package: python3-zc.customdoctests
Source: python-zc.customdoctests
Version: 1.0.1-3
Installed-Size: 45
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3:any
Recommends: python3-manuel, python3-spidermonkey
Size: 8676
SHA256: 464001f1ae7d78011cb1a02c5e62106e2f02c93d27fb683a54fba18f06f742f1
SHA1: 25f959f02861f3f108f14bf0d141c7936f80ecc6
MD5sum: d3484e875504dc6109974b23e59f14eb
Description: Use doctest with other languages (Python 3)
doctest (and recently manuel) provide hooks for using custom doctest
parsers. zc.customdoctests helps to leverage this to support other
languages, such as JavaScript (with python-spidermonkey):
.
js> function double (x) {
... return x*2;
... }
js> double(2)
4
.
And with it facilitates doctests that mix multiple languages,
such as Python, JavaScript, and sh.
Description-md5:
Homepage: https://github.com/zopefoundation/zc.customdoctests
Section: python
Priority: optional
Filename: pool/main/p/python-zc.customdoctests/python3-zc.customdoctests_1.0.1-3_all.deb