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

Last updated: May 19,2024

1. Install "python3-scapy" package

Learn how to install python3-scapy on Kali Linux

$ sudo apt update $ sudo apt install python3-scapy

2. Uninstall "python3-scapy" package

Please follow the guidance below to uninstall python3-scapy on Kali Linux:

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

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

Package: python3-scapy
Source: scapy
Version: 2.5.0+dfsg-2
Installed-Size: 6613
Maintainer: Debian Security Tools
Architecture: all
Replaces: python-scapy (<< 2.4.3-3~)
Provides: scapy
Depends: netbase, python3:any
Recommends: ipython3, libpcap0.8, python3-cryptography
Suggests: graphviz, python-scapy-doc, python3-matplotlib, python3-pyx, sox, tcpdump, tcpreplay, wireshark
Breaks: python-scapy (<< 2.4.3-3~)
Size: 958976
SHA256: c2612cbabceb00adc501720a3417983af06c96f91145ae6938007604c4d90d0f
SHA1: 551b52a0a355e05016676c6c6558f79e300850b7
MD5sum: f7105ff8715745665bfa2151b477728e
Description: Packet generator/sniffer and network scanner/discovery (Python 3)
Scapy is a powerful interactive packet manipulation tool, packet
generator, network scanner, network discovery, packet sniffer, etc. It
can for the moment replace hping, 85% of nmap, arpspoof, arp-sk, arping,
tcpdump, tethereal, p0f, ....
.
In scapy you define a set of packets, then it sends them, receives
answers, matches requests with answers and returns a list of packet couples
(request, answer) and a list of unmatched packets. This has the big advantage
over tools like nmap or hping that an answer is not reduced to
(open/closed/filtered), but is the whole packet.
.
This package contains the Python 3 version of the library and scapy executable.
Description-md5:
Homepage: https://scapy.net/
Section: python
Priority: optional
Filename: pool/main/s/scapy/python3-scapy_2.5.0+dfsg-2_all.deb