How To Install freeipmi-ipmidetectd.x86_64 on Amazon Linux 2
In this tutorial we learn how to install freeipmi-ipmidetectd.x86_64 in Amazon Linux 2. freeipmi-ipmidetectd.x86_64 is IPMI node detection monitoring daemon
Introduction
In this tutorial we learn how to install freeipmi-ipmidetectd.x86_64 on Amazon Linux 2.
What is freeipmi-ipmidetectd.x86_64
Provides a tool and a daemon for IPMI node detection.
We can use yum to install freeipmi-ipmidetectd.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install freeipmi-ipmidetectd.x86_64.
Install freeipmi-ipmidetectd.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install freeipmi-ipmidetectd.x86_64 using yum by running the following command:
sudo yum -y install freeipmi-ipmidetectd.x86_64
How To Uninstall freeipmi-ipmidetectd.x86_64 on Amazon Linux 2
To uninstall only the freeipmi-ipmidetectd.x86_64 package we can use the following command:
sudo yum remove freeipmi-ipmidetectd.x86_64
freeipmi-ipmidetectd.x86_64 Package Contents on Amazon Linux 2
/etc/freeipmi/ipmidetectd.conf
/usr/lib/systemd/system/ipmidetectd.service
/usr/sbin/ipmidetectd
/usr/share/man/man5/ipmidetectd.conf.5.gz
/usr/share/man/man8/ipmidetectd.8.gz
References
Summary
In this tutorial we learn how to install freeipmi-ipmidetectd.x86_64 on Amazon Linux 2 using yum.