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

Last updated: July 06,2024

1. Install "python312-pefile" package

Please follow the step by step instructions below to install python312-pefile on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pefile

2. Uninstall "python312-pefile" package

Here is a brief guide to show you how to uninstall python312-pefile on openSuSE Tumbleweed:

$ sudo zypper remove python312-pefile

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

Information for package python312-pefile:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pefile
Version : 2023.2.7-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 627.6 KiB
Installed : No
Status : not installed
Source package : python-pefile-2023.2.7-4.4.src
Upstream URL : https://github.com/erocarrera/pefile
Summary : A python module to work with PE (pertable executable) files
Description :
Portable Executable reader module.
All the PE file basic structures are available with their default names as
attributes of the instance returned.
Processed elements such as the import table are made available with lowercase
names, to differentiate them from the upper case basic structure names.
pefile has been tested against many edge cases such as corrupted and malformed
PEs as well as malware, which often attempts to abuse the format way beyond its
standard use. To the best of my knowledge most of the abuse is handled
gracefully.