How To Install gtkhash-nemo on Fedora 36

In this tutorial we learn how to install gtkhash-nemo in Fedora 36. gtkhash-nemo is GtkHash extension for Nemo

Introduction

In this tutorial we learn how to install gtkhash-nemo on Fedora 36.

What is gtkhash-nemo

GtkHash extension for the Nemo file manger. It adds adds an additional tab called “Checksums” to the file properties dialog.

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

Install gtkhash-nemo 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 gtkhash-nemo using dnf by running the following command:

sudo dnf -y install gtkhash-nemo

Install gtkhash-nemo 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 gtkhash-nemo using yum by running the following command:

sudo yum -y install gtkhash-nemo

How To Uninstall gtkhash-nemo on Fedora 36

To uninstall only the gtkhash-nemo package we can use the following command:

sudo dnf remove gtkhash-nemo

gtkhash-nemo Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/67
/usr/lib/.build-id/67/eff9af96ffa5278b7219e518e1a5a2d419858e
/usr/lib64/nemo/extensions-3.0/libgtkhash-properties-nemo.so
/usr/share/metainfo/org.gtkhash.nemo.metainfo.xml

References

Summary

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