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

Last updated: December 24,2024

1. Install "python3-kgb" package

Here is a brief guide to show you how to install python3-kgb on Kali Linux

$ sudo apt update $ sudo apt install python3-kgb

2. Uninstall "python3-kgb" package

This tutorial shows how to uninstall python3-kgb on Kali Linux:

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

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

Package: python3-kgb
Source: python-kgb
Version: 7.1.1-2
Installed-Size: 337
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 53516
SHA256: 6b67c471fbcf48a6fc1d65428541ff8ee3d48336053a1cc2dafed4c860a7243d
SHA1: 5befaa9b9ff1baa5f7292f6eff1f8b639bfb6e1b
MD5sum: 60e37015b29138a92a3e466c3ffef120
Description: Utilities for spying on function calls in Python unit tests
Spies intercept and record calls to functions. They can report on how many
times a function was called and with what arguments. They can allow the
function call to go through as normal, to block it, or to reroute it to
another function.
.
Spies are like mocks, but better. You're not mocking the world. You're
replacing very specific function logic, or listening to functions without
altering them.
Description-md5:
Homepage: https://github.com/beanbaginc/kgb
Section: python
Priority: optional
Filename: pool/main/p/python-kgb/python3-kgb_7.1.1-2_all.deb