How To Install eth-tools-basic on Fedora 36

In this tutorial we learn how to install eth-tools-basic in Fedora 36. eth-tools-basic is Management level tools and scripts

Introduction

In this tutorial we learn how to install eth-tools-basic on Fedora 36.

What is eth-tools-basic

Contains basic tools for fabric management necessary on all compute nodes.

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

Install eth-tools-basic 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 eth-tools-basic using dnf by running the following command:

sudo dnf -y install eth-tools-basic

Install eth-tools-basic 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 eth-tools-basic using yum by running the following command:

sudo yum -y install eth-tools-basic

How To Uninstall eth-tools-basic on Fedora 36

To uninstall only the eth-tools-basic package we can use the following command:

sudo dnf remove eth-tools-basic

eth-tools-basic Package Contents on Fedora 36

/etc/eth-tools
/etc/eth-tools/mgt_config.xml
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/6d725a9224f96d384a64c893f6d512c628242f
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/869243723e77b63c4f3827ab7d5329545c04de
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/9aaf3b54d9be1a5e65ee4823019682f04c3937
/usr/lib/eth-tools/ethipcalc
/usr/lib/eth-tools/ethudstress
/usr/lib/eth-tools/setup_self_ssh
/usr/lib/eth-tools/stream
/usr/lib/eth-tools/usemem
/usr/sbin/ethcapture
/usr/share/eth-tools/samples/mgt_config.xml-sample
/usr/share/man/man1/ethcapture.1.gz

References

Summary

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