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

Last updated: October 06,2024

1. Install "python3-pefile.noarch" package

Here is a brief guide to show you how to install python3-pefile.noarch on Rocky Linux 9

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

2. Uninstall "python3-pefile.noarch" package

Learn how to uninstall python3-pefile.noarch on Rocky Linux 9:

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

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

Last metadata expiration check: 0:19:05 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-pefile
Version : 2023.2.7
Release : 3.el9
Architecture : noarch
Size : 123 k
Source : python-pefile-2023.2.7-3.el9.src.rpm
Repository : 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.