How To Install whatsup on Fedora 36
Introduction
In this tutorial we learn how to install whatsup
on Fedora 36.
What is whatsup
Whatsup is a cluster node up/down detection utility. Whatsup can quickly calculate and output the up and down nodes of a cluster. Whatsup allows some tools, such as Pdsh, to operate more quickly by not operating on down nodes. Whatsup calculates the up and down nodes of a cluster through one of several possible backend tools and several optional cluster node databases.
We can use yum
or dnf
to install whatsup
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install whatsup.
Install whatsup 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 whatsup
using dnf
by running the following command:
sudo dnf -y install whatsup
Install whatsup 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 whatsup
using yum
by running the following command:
sudo yum -y install whatsup
How To Uninstall whatsup on Fedora 36
To uninstall only the whatsup
package we can use the following command:
sudo dnf remove whatsup
whatsup Package Contents on Fedora 36
/usr/bin/whatsdown
/usr/bin/whatsup
/usr/lib/.build-id
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/7e206eb4d2a0700d6e8a1acd411a955869c118
/usr/share/doc/whatsup
/usr/share/doc/whatsup/AUTHORS
/usr/share/doc/whatsup/COPYING
/usr/share/doc/whatsup/ChangeLog
/usr/share/doc/whatsup/DISCLAIMER
/usr/share/doc/whatsup/NEWS
/usr/share/doc/whatsup/README
/usr/share/man/man1/whatsup.1.gz
References
Summary
In this tutorial we learn how to install whatsup
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).