How To Install aoetools on Fedora 36
Introduction
In this tutorial we learn how to install aoetools
on Fedora 36.
What is aoetools
The aoetools are programs that assist in using ATA over Ethernet on systems with version 2.6 and newer Linux kernels.
We can use yum
or dnf
to install aoetools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aoetools.
Install aoetools 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 aoetools
using dnf
by running the following command:
sudo dnf -y install aoetools
Install aoetools 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 aoetools
using yum
by running the following command:
sudo yum -y install aoetools
How To Uninstall aoetools on Fedora 36
To uninstall only the aoetools
package we can use the following command:
sudo dnf remove aoetools
aoetools Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/2323832d9e9008410bf7c9a6b753621cab29dc
/usr/lib/.build-id/88
/usr/lib/.build-id/88/8fa61467a37d6720dbafbfc738798120713d97
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/4e3e7a15a4ecf931a85e978bb9332f1b019a78
/usr/lib/udev/rules.d/60-aoe.rules
/usr/sbin/aoe-discover
/usr/sbin/aoe-flush
/usr/sbin/aoe-interfaces
/usr/sbin/aoe-mkdevs
/usr/sbin/aoe-mkshelf
/usr/sbin/aoe-revalidate
/usr/sbin/aoe-sancheck
/usr/sbin/aoe-stat
/usr/sbin/aoe-version
/usr/sbin/aoecfg
/usr/sbin/aoeping
/usr/sbin/coraid-update
/usr/share/doc/aoetools
/usr/share/doc/aoetools/COPYING
/usr/share/doc/aoetools/HACKING
/usr/share/doc/aoetools/NEWS
/usr/share/doc/aoetools/README
/usr/share/doc/aoetools/devnodes.txt
/usr/share/man/man8/aoe-discover.8.gz
/usr/share/man/man8/aoe-flush.8.gz
/usr/share/man/man8/aoe-interfaces.8.gz
/usr/share/man/man8/aoe-mkdevs.8.gz
/usr/share/man/man8/aoe-mkshelf.8.gz
/usr/share/man/man8/aoe-revalidate.8.gz
/usr/share/man/man8/aoe-sancheck.8.gz
/usr/share/man/man8/aoe-stat.8.gz
/usr/share/man/man8/aoe-version.8.gz
/usr/share/man/man8/aoecfg.8.gz
/usr/share/man/man8/aoeping.8.gz
/usr/share/man/man8/coraid-update.8.gz
References
Summary
In this tutorial we learn how to install aoetools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).