How to Install and Uninstall python3-pefile.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python3-pefile.noarch" package

Please follow the step by step instructions below to install python3-pefile.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-pefile.noarch

2. Uninstall "python3-pefile.noarch" package

Please follow the guidelines below to uninstall python3-pefile.noarch on Oracle Linux 9:

$ sudo dnf remove python3-pefile.noarch $ sudo dnf autoremove

3. Information about the python3-pefile.noarch package on Oracle Linux 9

Last metadata expiration check: 2:30:59 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pefile
Version : 2023.2.7
Release : 3.el9
Architecture : noarch
Size : 144 k
Source : python-pefile-2023.2.7-3.el9.src.rpm
Repository : ol9_appstream
Summary : Python PE parsing module
URL : https://github.com/erocarrera/pefile
License : MIT
Description : pefile is a multi-platform Python module to parse and work with Portable
: Executable (PE) files. Most of the information contained in the PE file
: headers is accessible, as well as all the sections' details and data.