How to Install and Uninstall python38-impacket Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "python38-impacket" package

Please follow the guidelines below to install python38-impacket on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-impacket

2. Uninstall "python38-impacket" package

Learn how to uninstall python38-impacket on openSuSE Tumbleweed:

$ sudo zypper remove python38-impacket

3. Information about the python38-impacket package on openSuSE Tumbleweed

Information for package python38-impacket:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-impacket
Version : 0.9.23-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 12,4 MiB
Installed : No
Status : not installed
Source package : python-impacket-0.9.23-1.2.src
Summary : Python3 module to easily build and dissect network protocols
Description :
Impacket is a collection of Python classes for working with network
protocols. Impacket is focused on providing low-level
programmatic access to the packets and for some protocols (e.g.
SMB1-3 and MSRPC) the protocol implementation itself.
Packets can be constructed from scratch, as well as parsed from
raw data, and the object oriented API makes it simple to work with
deep hierarchies of protocols. The library provides a set of tools
as examples of what can be done within the context of this library.