How to Install and Uninstall elfio-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "elfio-devel.noarch" package

Please follow the guidance below to install elfio-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install elfio-devel.noarch

2. Uninstall "elfio-devel.noarch" package

Please follow the guidance below to uninstall elfio-devel.noarch on Fedora 34:

$ sudo dnf remove elfio-devel.noarch $ sudo dnf autoremove

3. Information about the elfio-devel.noarch package on Fedora 34

Last metadata expiration check: 0:16:03 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : elfio-devel
Version : 3.8
Release : 2.fc34
Architecture : noarch
Size : 420 k
Source : elfio-3.8-2.fc34.src.rpm
Repository : fedora
Summary : C++ library for reading and generating ELF files
URL : http://elfio.sourceforge.net/
License : MIT
Description : ELFIO is a small, header-only C++ library that provides a simple interface for
: reading and generating files in ELF binary format.
:
: It is used as a standalone library - it is not dependent on any other product
: or project. Adhering to ISO C++, it compiles on a wide variety of
: architectures and compilers.
:
: While the library is easy to use, some basic knowledge of the ELF binary
: format is required. Such Information can easily be found on the Web.