How To Install nuxwdog-devel.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install nuxwdog-devel.x86_64
on Amazon Linux 2.
What is nuxwdog-devel.x86_64
The nuxwdog-devel package contains the header files needed to build clients that call WatchdogClient functions, so that clients can interact with the nuxwdog watchdog server.
We can use yum
to install nuxwdog-devel.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install nuxwdog-devel.x86_64.
Install nuxwdog-devel.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 nuxwdog-devel.x86_64
using yum
by running the following command:
sudo yum -y install nuxwdog-devel.x86_64
How To Uninstall nuxwdog-devel.x86_64 on Amazon Linux 2
To uninstall only the nuxwdog-devel.x86_64
package we can use the following command:
sudo yum remove nuxwdog-devel.x86_64
nuxwdog-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/nuxwdog
/usr/include/nuxwdog/WatchdogClient.h
/usr/include/nuxwdog/WatchdogClientJNI.h
/usr/include/nuxwdog/wdservermessage.h
/usr/lib64/libnuxwdog.so
References
Summary
In this tutorial we learn how to install nuxwdog-devel.x86_64
on Amazon Linux 2 using yum.