How to Install and Uninstall watchdog.x86_64 Package on CentOS Stream 9

Last updated: July 02,2024

1. Install "watchdog.x86_64" package

Please follow the step by step instructions below to install watchdog.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install watchdog.x86_64

2. Uninstall "watchdog.x86_64" package

This guide let you learn how to uninstall watchdog.x86_64 on CentOS Stream 9:

$ sudo dnf remove watchdog.x86_64 $ sudo dnf autoremove

3. Information about the watchdog.x86_64 package on CentOS Stream 9

Last metadata expiration check: 1:20:06 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : watchdog
Version : 5.16
Release : 2.el9
Architecture : x86_64
Size : 83 k
Source : watchdog-5.16-2.el9.src.rpm
Repository : appstream
Summary : Software and/or Hardware watchdog daemon
URL : http://sourceforge.net/projects/watchdog/
License : GPLv2+
Description : The watchdog program can be used as a powerful software watchdog daemon
: or may be alternately used with a hardware watchdog device such as the
: IPMI hardware watchdog driver interface to a resident Baseboard
: Management Controller (BMC). watchdog periodically writes to /dev/watchdog;
: the interval between writes to /dev/watchdog is configurable through settings
: in the watchdog config file. This configuration file is also used to
: set the watchdog to be used as a hardware watchdog instead of its default
: software watchdog operation. In either case, if the device is open but not
: written to within the configured time period, the watchdog timer expiration
: will trigger a machine reboot. When operating as a software watchdog, the
: ability to reboot will depend on the state of the machine and interrupts.
: When operating as a hardware watchdog, the machine will experience a hard
: reset (or whatever action was configured to be taken upon watchdog timer
: expiration) initiated by the BMC.