How To Install geany-plugins-git-changebar on Fedora 36

In this tutorial we learn how to install geany-plugins-git-changebar in Fedora 36. geany-plugins-git-changebar is Highlights uncommitted changes, and allows navigation through hunks

Introduction

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

What is geany-plugins-git-changebar

This plugin highlights uncommitted changes to files tracked with Git, and allows to navigate through the hunks.

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

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

sudo dnf -y install geany-plugins-git-changebar

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

sudo yum -y install geany-plugins-git-changebar

How To Uninstall geany-plugins-git-changebar on Fedora 36

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

sudo dnf remove geany-plugins-git-changebar

geany-plugins-git-changebar Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/c90f7ac8ef44a989c70235c23e86c1b3f4f342
/usr/lib64/geany/git-changebar.so
/usr/share/doc/geany-plugins/git-changebar
/usr/share/doc/geany-plugins/git-changebar/AUTHORS
/usr/share/doc/geany-plugins/git-changebar/COPYING
/usr/share/doc/geany-plugins/git-changebar/README
/usr/share/geany-plugins/git-changebar
/usr/share/geany-plugins/git-changebar/prefs.ui

References

Summary

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