How to Install and Uninstall python3-makeelf.noarch Package on Fedora 38
Last updated: January 11,2025
1. Install "python3-makeelf.noarch" package
This tutorial shows how to install python3-makeelf.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-makeelf.noarch
Copied
2. Uninstall "python3-makeelf.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-makeelf.noarch on Fedora 38:
$
sudo dnf remove
python3-makeelf.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-makeelf.noarch package on Fedora 38
Last metadata expiration check: 1:36:07 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-makeelf
Version : 0.3.2
Release : 10.fc38
Architecture : noarch
Size : 77 k
Source : python-makeelf-0.3.2-10.fc38.src.rpm
Repository : fedora
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
Available Packages
Name : python3-makeelf
Version : 0.3.2
Release : 10.fc38
Architecture : noarch
Size : 77 k
Source : python-makeelf-0.3.2-10.fc38.src.rpm
Repository : fedora
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