How To Install nemo-seahorse on Fedora 36

In this tutorial we learn how to install nemo-seahorse in Fedora 36. nemo-seahorse is PGP encryption and signing for Nemo

Introduction

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

What is nemo-seahorse

Seahorse nemo is an extension for nemo which allows encryption and decryption of OpenPGP files using GnuPG.

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

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

sudo dnf -y install nemo-seahorse

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

sudo yum -y install nemo-seahorse

How To Uninstall nemo-seahorse on Fedora 36

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

sudo dnf remove nemo-seahorse

nemo-seahorse Package Contents on Fedora 36

/usr/bin/nemo-seahorse-tool
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/72e8f8693e9e96547ea85fd70720c972d2ba7b
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/46fb5f3c272fe185d292312062157aeca0e031
/usr/lib64/nemo/extensions-3.0/libnemo-seahorse.so
/usr/share/applications/nemo-seahorse-pgp-encrypted.desktop
/usr/share/applications/nemo-seahorse-pgp-keys.desktop
/usr/share/applications/nemo-seahorse-pgp-signature.desktop
/usr/share/doc/nemo-seahorse
/usr/share/doc/nemo-seahorse/AUTHORS
/usr/share/doc/nemo-seahorse/COPYING
/usr/share/doc/nemo-seahorse/ChangeLog
/usr/share/doc/nemo-seahorse/NEWS
/usr/share/doc/nemo-seahorse/README
/usr/share/glib-2.0/schemas/org.nemo.plugins.seahorse.gschema.xml
/usr/share/glib-2.0/schemas/org.nemo.plugins.seahorse.window.gschema.xml
/usr/share/man/man1/nemo-seahorse-tool.1.gz
/usr/share/nemo-seahorse
/usr/share/nemo-seahorse/ui
/usr/share/nemo-seahorse/ui/seahorse-multi-encrypt.xml
/usr/share/nemo-seahorse/ui/seahorse-notify.xml
/usr/share/nemo-seahorse/ui/seahorse-progress.xml

References

Summary

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