How To Install geany-plugins-updatechecker on Fedora 36

In this tutorial we learn how to install geany-plugins-updatechecker in Fedora 36. geany-plugins-updatechecker is Automatically check for Geany updates

Introduction

In this tutorial we learn how to install geany-plugins-updatechecker on Fedora 36.

What is geany-plugins-updatechecker

UpdateChecker is a plugin for Geany, which is able to check whether there is a more recent version of Geany available.

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

Install geany-plugins-updatechecker 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 geany-plugins-updatechecker using dnf by running the following command:

sudo dnf -y install geany-plugins-updatechecker

Install geany-plugins-updatechecker 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 geany-plugins-updatechecker using yum by running the following command:

sudo yum -y install geany-plugins-updatechecker

How To Uninstall geany-plugins-updatechecker on Fedora 36

To uninstall only the geany-plugins-updatechecker package we can use the following command:

sudo dnf remove geany-plugins-updatechecker

geany-plugins-updatechecker Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/85fe0097c625fab16ea6591157e4d46888b58a
/usr/lib64/geany/updatechecker.so
/usr/share/doc/geany-plugins/updatechecker
/usr/share/doc/geany-plugins/updatechecker/AUTHORS
/usr/share/doc/geany-plugins/updatechecker/COPYING
/usr/share/doc/geany-plugins/updatechecker/ChangeLog
/usr/share/doc/geany-plugins/updatechecker/NEWS
/usr/share/doc/geany-plugins/updatechecker/README

References

Summary

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