How To Install nemo-compare on Fedora 36

In this tutorial we learn how to install nemo-compare in Fedora 36. nemo-compare is Context menu comparison extension for nemo

Introduction

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

What is nemo-compare

Context menu comparison extension for Nemo file manager.

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

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

sudo dnf -y install nemo-compare

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

sudo yum -y install nemo-compare

How To Uninstall nemo-compare on Fedora 36

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

sudo dnf remove nemo-compare

nemo-compare Package Contents on Fedora 36

/usr/bin/nemo-compare-preferences
/usr/lib/python3.10/site-packages/nemo_compare-5.2.0-py3.10.egg-info
/usr/lib/python3.10/site-packages/nemo_compare-5.2.0-py3.10.egg-info/PKG-INFO
/usr/lib/python3.10/site-packages/nemo_compare-5.2.0-py3.10.egg-info/SOURCES.txt
/usr/lib/python3.10/site-packages/nemo_compare-5.2.0-py3.10.egg-info/dependency_links.txt
/usr/lib/python3.10/site-packages/nemo_compare-5.2.0-py3.10.egg-info/top_level.txt
/usr/share/nemo-compare/nemo-compare-preferences.py
/usr/share/nemo-compare/utils.py
/usr/share/nemo-python/extensions/nemo-compare.py

References

Summary

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