How to Install and Uninstall python3-xdoctest Package on Kali Linux

Last updated: September 28,2024

1. Install "python3-xdoctest" package

Please follow the instructions below to install python3-xdoctest on Kali Linux

$ sudo apt update $ sudo apt install python3-xdoctest

2. Uninstall "python3-xdoctest" package

In this section, we are going to explain the necessary steps to uninstall python3-xdoctest on Kali Linux:

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

3. Information about the python3-xdoctest package on Kali Linux

Package: python3-xdoctest
Source: xdoctest
Version: 1.1.3-1
Installed-Size: 542
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 118196
SHA256: 5b791a008980ae95d12fa489ab1e2dcb677da13a3efcebe6d8f02d48b78680a0
SHA1: 6455fd2ed11d565f681bbeb148e87328900fd76e
MD5sum: 43bd569ffc1fec7e630f2c690c8f1484
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 library for Python 3.
Description-md5:
Homepage: https://github.com/Erotemic/xdoctest
Section: python
Priority: optional
Filename: pool/main/x/xdoctest/python3-xdoctest_1.1.3-1_all.deb