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

Last updated: September 29,2024

1. Install "python312-impacket" package

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

$ sudo zypper refresh $ sudo zypper install python312-impacket

2. Uninstall "python312-impacket" package

Please follow the steps below to uninstall python312-impacket on openSuSE Tumbleweed:

$ sudo zypper remove python312-impacket

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

Information for package python312-impacket:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-impacket
Version : 0.11.0-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 12.3 MiB
Installed : No
Status : not installed
Source package : python-impacket-0.11.0-3.2.src
Upstream URL : https://www.secureauth.com/labs/open-source-tools/impacket
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.