How To Install fedora-update-feedback on Fedora 36

In this tutorial we learn how to install fedora-update-feedback in Fedora 36. fedora-update-feedback is Provide feedback for fedora updates (inspired by fedora-easy-karma)

Introduction

In this tutorial we learn how to install fedora-update-feedback on Fedora 36.

What is fedora-update-feedback

Provide feedback for fedora updates (inspired by fedora-easy-karma).

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

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

sudo dnf -y install fedora-update-feedback

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

sudo yum -y install fedora-update-feedback

How To Uninstall fedora-update-feedback on Fedora 36

To uninstall only the fedora-update-feedback package we can use the following command:

sudo dnf remove fedora-update-feedback

fedora-update-feedback Package Contents on Fedora 36

/usr/bin/fedora-update-feedback
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/da98e935cfa5a961bb0fd081e0b9e24d9849b6
/usr/share/bash-completion
/usr/share/bash-completion/completions
/usr/share/bash-completion/completions/fedora-update-feedback.bash
/usr/share/doc/fedora-update-feedback
/usr/share/doc/fedora-update-feedback/NEWS.md
/usr/share/doc/fedora-update-feedback/README.md
/usr/share/licenses/fedora-update-feedback
/usr/share/licenses/fedora-update-feedback/LICENSE-APACHE
/usr/share/licenses/fedora-update-feedback/LICENSE-MIT

References

Summary

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