How to Install and Uninstall python3-makeelf.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 13,2024

1. Install "python3-makeelf.noarch" package

This is a short guide on how to install python3-makeelf.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-makeelf.noarch" package

This is a short guide on how to uninstall python3-makeelf.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-makeelf.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:51:24 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-makeelf
Version : 0.3.2
Release : 12.el9
Architecture : noarch
Size : 57 k
Source : python-makeelf-0.3.2-12.el9.src.rpm
Repository : epel
Summary : ELF reader-writer library
URL : https://github.com/v3l0c1r4pt0r/makeelf
License : GPLv3+
Description : MakeELF is a Python library to parse, modify and create ELF binaries. It
: provides following features:
:
: - easy to use, standard Python interface
: - reading existing ELF files to Python representation
: - modification of every aspect of ELF format structures
: - ability to skip any validation to test other parsers for potential errors
: - creating new valid ELF files with just one step