How to Install and Uninstall xdoctest Package on Kali Linux
Last updated: February 24,2025
1. Install "xdoctest" package
Please follow the guidance below to install xdoctest on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
xdoctest
Copied
2. Uninstall "xdoctest" package
This is a short guide on how to uninstall xdoctest on Kali Linux:
$
sudo apt remove
xdoctest
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the xdoctest package on Kali Linux
Package: xdoctest
Version: 1.1.3-1
Installed-Size: 22
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 11000
SHA256: d1c4f14cab62a73b1d0c92b48dd1e63d7aea5e33854096479717470e6e2fc061
SHA1: 79a063600d5cc30617dd7ec27da60e9c5f3769dc
MD5sum: b6b562ea6915969bc9b33c287396250c
Description: Rewrite of Python's builtin doctest module with AST instead of REGEX
What is a doctest? It is example code you write in a docstring! What
is a docstring? Its a string you use as a comment! They get attached
to Python functions and classes as metadata. They are often used to
auto-generate documentation. Why is it cool? Because you can write
tests while you code!
.
The ``xdoctest`` package is a re-write of Python's builtin ``doctest``
module. It replaces the old regex-based parser with a new
abstract-syntax-tree based parser (using Python's ``ast`` module). The
goal is to make doctests easier to write, simpler to configure, and
encourage the pattern of test driven development.
.
This package contains the xdoctest command line tool
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Erotemic/xdoctest
Section: python
Priority: optional
Filename: pool/main/x/xdoctest/xdoctest_1.1.3-1_all.deb
Version: 1.1.3-1
Installed-Size: 22
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 11000
SHA256: d1c4f14cab62a73b1d0c92b48dd1e63d7aea5e33854096479717470e6e2fc061
SHA1: 79a063600d5cc30617dd7ec27da60e9c5f3769dc
MD5sum: b6b562ea6915969bc9b33c287396250c
Description: Rewrite of Python's builtin doctest module with AST instead of REGEX
What is a doctest? It is example code you write in a docstring! What
is a docstring? Its a string you use as a comment! They get attached
to Python functions and classes as metadata. They are often used to
auto-generate documentation. Why is it cool? Because you can write
tests while you code!
.
The ``xdoctest`` package is a re-write of Python's builtin ``doctest``
module. It replaces the old regex-based parser with a new
abstract-syntax-tree based parser (using Python's ``ast`` module). The
goal is to make doctests easier to write, simpler to configure, and
encourage the pattern of test driven development.
.
This package contains the xdoctest command line tool
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/Erotemic/xdoctest
Section: python
Priority: optional
Filename: pool/main/x/xdoctest/xdoctest_1.1.3-1_all.deb