How To Install python3-makeelf on Fedora 36

In this tutorial we learn how to install python3-makeelf in Fedora 36. python3-makeelf is ELF reader-writer library

Introduction

In this tutorial we learn how to install python3-makeelf on Fedora 36.

What is python3-makeelf

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

We can use yum or dnf to install python3-makeelf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-makeelf.

Install python3-makeelf on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install python3-makeelf using dnf by running the following command:

sudo dnf -y install python3-makeelf

Install python3-makeelf on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install python3-makeelf using yum by running the following command:

sudo yum -y install python3-makeelf

How To Uninstall python3-makeelf on Fedora 36

To uninstall only the python3-makeelf package we can use the following command:

sudo dnf remove python3-makeelf

python3-makeelf Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/makeelf
/usr/lib/python3.10/site-packages/makeelf-0.3.2-py3.10.egg-info
/usr/lib/python3.10/site-packages/makeelf/__init__.py
/usr/lib/python3.10/site-packages/makeelf/__pycache__
/usr/lib/python3.10/site-packages/makeelf/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/elf.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/elf.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/elfsect.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/elfsect.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/elfstruct.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/elfstruct.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/utils.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/__pycache__/utils.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/elf.py
/usr/lib/python3.10/site-packages/makeelf/elfsect.py
/usr/lib/python3.10/site-packages/makeelf/elfstruct.py
/usr/lib/python3.10/site-packages/makeelf/type
/usr/lib/python3.10/site-packages/makeelf/type/__init__.py
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/align.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/align.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/enum.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/enum.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint16.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint16.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint24.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint24.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint32.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint32.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint64.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint64.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint8.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/makeelf/type/__pycache__/uint8.cpython-310.pyc
/usr/lib/python3.10/site-packages/makeelf/type/align.py
/usr/lib/python3.10/site-packages/makeelf/type/enum.py
/usr/lib/python3.10/site-packages/makeelf/type/uint16.py
/usr/lib/python3.10/site-packages/makeelf/type/uint24.py
/usr/lib/python3.10/site-packages/makeelf/type/uint32.py
/usr/lib/python3.10/site-packages/makeelf/type/uint64.py
/usr/lib/python3.10/site-packages/makeelf/type/uint8.py
/usr/lib/python3.10/site-packages/makeelf/utils.py
/usr/share/doc/python3-makeelf
/usr/share/doc/python3-makeelf/README.txt
/usr/share/licenses/python3-makeelf
/usr/share/licenses/python3-makeelf/LICENSE

References

Summary

In this tutorial we learn how to install python3-makeelf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).