How to Install and Uninstall python-pefile.src Package on Oracle Linux 9

Last updated: October 11,2024

1. Install "python-pefile.src" package

This is a short guide on how to install python-pefile.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python-pefile.src

2. Uninstall "python-pefile.src" package

This is a short guide on how to uninstall python-pefile.src on Oracle Linux 9:

$ sudo dnf remove python-pefile.src $ sudo dnf autoremove

3. Information about the python-pefile.src package on Oracle Linux 9

Last metadata expiration check: 3:34:19 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python-pefile
Version : 2023.2.7
Release : 3.el9
Architecture : src
Size : 81 k
Source : None
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.