How to Install and Uninstall python-impacket Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-impacket" package

Learn how to install python-impacket on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-impacket

2. Uninstall "python-impacket" package

Here is a brief guide to show you how to uninstall python-impacket on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-impacket $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-impacket package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-impacket
Priority: optional
Section: universe/python
Installed-Size: 4435
Maintainer: Ubuntu Developers
Original-Maintainer: Arnaud Fontaine
Architecture: all
Source: impacket
Version: 0.9.12-1
Depends: python (>= 2.7), python (<< 2.8), python-crypto (>= 2.6)
Recommends: python-pcapy
Filename: pool/universe/i/impacket/python-impacket_0.9.12-1_all.deb
Size: 622146
MD5sum: 86a357a65c2fba52fc02151f65783659
SHA1: 689c714ad31939ba0edd0cf8c29d442e81e4fecf
SHA256: 28419a7fb4824fb2bf1cb0dbb0f5983f96af4a52c89d32ccacd8f5eccb576ec2
Description-en: Python module to easily build and dissect network protocols
Impacket is a collection of Python classes focused on providing
access to network packets. Impacket allows Python developers to
craft and decode network packets in simple and consistent manner. It
includes support for low-level protocols such as IP, UDP and TCP, as
well as higher-level protocols such as NMB and SMB.
.
Impacket is highly effective when used in conjunction with a packet
capture utility or package such as Pcapy. Packets can be constructed
From scratch, as well as parsed from raw data. Furthermore, the
object oriented API makes it simple to work with deep protocol
hierarchies.
Description-md5: cba32b89de8f9b2171212c44fe4dde2a
Homepage: http://code.google.com/p/impacket/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu