How To Install fedora-coreos-pinger on Fedora 36

In this tutorial we learn how to install fedora-coreos-pinger in Fedora 36. fedora-coreos-pinger is Telemetry service for Fedora CoreOS

Introduction

In this tutorial we learn how to install fedora-coreos-pinger on Fedora 36.

What is fedora-coreos-pinger

Telemetry service for Fedora CoreOS.

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

Install fedora-coreos-pinger 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 fedora-coreos-pinger using dnf by running the following command:

sudo dnf -y install fedora-coreos-pinger

Install fedora-coreos-pinger 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 fedora-coreos-pinger using yum by running the following command:

sudo yum -y install fedora-coreos-pinger

How To Uninstall fedora-coreos-pinger on Fedora 36

To uninstall only the fedora-coreos-pinger package we can use the following command:

sudo dnf remove fedora-coreos-pinger

fedora-coreos-pinger Package Contents on Fedora 36

/etc/fedora-coreos-pinger
/etc/fedora-coreos-pinger/config.d
/run/fedora-coreos-pinger
/run/fedora-coreos-pinger/config.d
/usr/bin/fedora-coreos-pinger
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/42469295fa57869c613a1b9f1db6f134a48ee8
/usr/lib/fedora-coreos-pinger
/usr/lib/fedora-coreos-pinger/config.d
/usr/lib/fedora-coreos-pinger/config.d/10-default-enable.toml
/usr/lib/systemd/system/fedora-coreos-pinger.service
/usr/lib/sysusers.d/50-fedora-coreos-pinger.conf
/usr/lib/tmpfiles.d/fedora-coreos-pinger.conf
/usr/share/doc/fedora-coreos-pinger
/usr/share/doc/fedora-coreos-pinger/README.md
/usr/share/licenses/fedora-coreos-pinger
/usr/share/licenses/fedora-coreos-pinger/LICENSE

References

Summary

In this tutorial we learn how to install fedora-coreos-pinger on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).