How to Install and Uninstall python3-pefile Package on openSUSE Leap

Last updated: May 13,2024

1. Install "python3-pefile" package

Please follow the instructions below to install python3-pefile on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pefile

2. Uninstall "python3-pefile" package

This tutorial shows how to uninstall python3-pefile on openSUSE Leap:

$ sudo zypper remove python3-pefile

3. Information about the python3-pefile package on openSUSE Leap

Information for package python3-pefile:
---------------------------------------
Repository : Main Repository
Name : python3-pefile
Version : 2022.5.30-150500.1.4
Arch : noarch
Vendor : SUSE LLC
Installed Size : 494.4 KiB
Installed : No
Status : not installed
Source package : python3-pefile-2022.5.30-150500.1.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.