How To Install nemo-image-converter on Fedora 36

In this tutorial we learn how to install nemo-image-converter in Fedora 36. nemo-image-converter is Nemo extension to mass resize images

Introduction

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

What is nemo-image-converter

Adds a “Resize Images…” menu item to the context menu. This opens a dialog where you set the desired image size and file name.

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

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

sudo dnf -y install nemo-image-converter

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

sudo yum -y install nemo-image-converter

How To Uninstall nemo-image-converter on Fedora 36

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

sudo dnf remove nemo-image-converter

nemo-image-converter Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/b67772e7f40d277c84be5698bfa76811309901
/usr/lib64/nemo/extensions-3.0/libnemo-image-converter.so
/usr/share/doc/nemo-image-converter
/usr/share/doc/nemo-image-converter/README
/usr/share/licenses/nemo-image-converter
/usr/share/licenses/nemo-image-converter/COPYING
/usr/share/nemo-image-converter
/usr/share/nemo-image-converter/nemo-image-resize.ui
/usr/share/nemo-image-converter/nemo-image-rotate.ui

References

Summary

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