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

Last updated: May 17,2024

1. Install "python3-tap" package

This guide covers the steps necessary to install python3-tap on Kali Linux

$ sudo apt update $ sudo apt install python3-tap

2. Uninstall "python3-tap" package

Learn how to uninstall python3-tap on Kali Linux:

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

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

Package: python3-tap
Source: tap.py
Version: 3.1-1
Installed-Size: 137
Maintainer: Debian Python Team
Architecture: all
Replaces: python-tappy (<< 1.9)
Depends: python3:any
Recommends: python3-more-itertools, python3-yaml (>= 5.1)
Breaks: python-tappy (<< 1.9)
Size: 26396
SHA256: 4c857f5973e65e205cc254b3704c0154d49d35e9790bd63aa330927036429d08
SHA1: 6b605c5e0c4c30b7f51eb0de53563311d3f3f332
MD5sum: 04f4053fc398bd1898f9a6cbe75125ff
Description: TAP producer/consumer tools for Python unittest -- Python 3 version
The tap.py package provides a set of tools for working with the
Test Anything Protocol (TAP). TAP is a line based test protocol
for recording test data in a standard way.
.
As a TAP producer, this package comes with a test-runner that
implements the unittest.TestRunner interface and produces TAP
compliant output.
.
As a TAP consumer, it includes tools to parse the output of
TAP compliant producers. It also provides means to replay a
test-suite from a captured output, without having to actually
run the tests again.
.
This package provide the Python 3.x version of tap.py.
Description-md5:
Homepage: https://github.com/python-tap/tappy
Section: python
Priority: optional
Filename: pool/main/t/tap.py/python3-tap_3.1-1_all.deb