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

Last updated: May 20,2024

1. Install "python3-icmplib" package

This tutorial shows how to install python3-icmplib on Kali Linux

$ sudo apt update $ sudo apt install python3-icmplib

2. Uninstall "python3-icmplib" package

This guide covers the steps necessary to uninstall python3-icmplib on Kali Linux:

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

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

Package: python3-icmplib
Source: python-icmplib
Version: 2.1.1-2
Installed-Size: 119
Maintainer: Debian OpenStack
Architecture: all
Depends: python3:any
Size: 20588
SHA256: 0172713ac844658f54c62bb72290682dff06ed6aa44cb9e0e74051f5d291233a
SHA1: 9a10849df54afdf3d95bd05f24246db1cee17bb5
MD5sum: 75be1dcadc8f58e192227e27c1780044
Description: forge ICMP packets and make your own ping and traceroute
icmplib is an implementation of the ICMP protocol in Python. It is possible to
use the built-in functions or to build your own. It features:
* ready-to-use functions such as: ping, multiping and traceroute.
* multithreaded functions (like multiping).
* runs without root privileges.
* ICMPv4 and ICMPv6 support.
* Broadcast support.
* No dependency.
Description-md5:
Homepage: https://github.com/ValentinBELYN/icmplib
Section: python
Priority: optional
Filename: pool/main/p/python-icmplib/python3-icmplib_2.1.1-2_all.deb