How To Install greenboot-default-health-checks on Fedora 36

In this tutorial we learn how to install greenboot-default-health-checks in Fedora 36. greenboot-default-health-checks is Series of optional and curated health checks

Introduction

In this tutorial we learn how to install greenboot-default-health-checks on Fedora 36.

What is greenboot-default-health-checks

Series of optional and curated health checks.

We can use yum or dnf to install greenboot-default-health-checks on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install greenboot-default-health-checks.

Install greenboot-default-health-checks 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 greenboot-default-health-checks using dnf by running the following command:

sudo dnf -y install greenboot-default-health-checks

Install greenboot-default-health-checks 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 greenboot-default-health-checks using yum by running the following command:

sudo yum -y install greenboot-default-health-checks

How To Uninstall greenboot-default-health-checks on Fedora 36

To uninstall only the greenboot-default-health-checks package we can use the following command:

sudo dnf remove greenboot-default-health-checks

greenboot-default-health-checks Package Contents on Fedora 36

/usr/lib/greenboot/check/required.d/01_repository_dns_check.sh
/usr/lib/greenboot/check/required.d/02_watchdog.sh
/usr/lib/greenboot/check/wanted.d/01_update_platforms_check.sh
/usr/lib/systemd/system/greenboot-healthcheck.service.d/10-network-online.conf

References

Summary

In this tutorial we learn how to install greenboot-default-health-checks on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).