How To Install elfcat on Fedora 36
In this tutorial we learn how to install elfcat in Fedora 36. elfcat is ELF visualizer
Introduction
In this tutorial we learn how to install elfcat
on Fedora 36.
What is elfcat
ELF visualizer. Generates HTML files from ELF binaries.
We can use yum
or dnf
to install elfcat
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install elfcat.
Install elfcat 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 elfcat
using dnf
by running the following command:
sudo dnf -y install elfcat
Install elfcat 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 elfcat
using yum
by running the following command:
sudo yum -y install elfcat
How To Uninstall elfcat on Fedora 36
To uninstall only the elfcat
package we can use the following command:
sudo dnf remove elfcat
elfcat Package Contents on Fedora 36
/usr/bin/elfcat
/usr/lib/.build-id
/usr/lib/.build-id/10
/usr/lib/.build-id/10/c1a102d69120d3ff30deeb678636572f1e504c
/usr/share/doc/elfcat
/usr/share/doc/elfcat/changelog.md
/usr/share/doc/elfcat/readme.md
/usr/share/licenses/elfcat
/usr/share/licenses/elfcat/license
References
Summary
In this tutorial we learn how to install elfcat
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).