How To Install nautilus-image-converter on CentOS 7

In this tutorial we learn how to install nautilus-image-converter on CentOS 7. nautilus-image-converter is Nautilus extension to mass resize images

Introduction

In this tutorial we learn how to install nautilus-image-converter on CentOS 7.

What is nautilus-image-converter

Adds a “Resize Images…” menu item to the context menu of all images. This opens a dialog where you set the desired image size and file name. A click on “Resize” finally resizes the image(s) using ImageMagick’s convert tool.

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

Install nautilus-image-converter on CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

After updating yum database, We can install nautilus-image-converter using yum by running the following command:

sudo yum -y install nautilus-image-converter

Install nautilus-image-converter on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

After updating yum database, We can install nautilus-image-converter using dnf by running the following command:

sudo dnf -y install nautilus-image-converter

How To Uninstall nautilus-image-converter on CentOS 7

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

sudo dnf remove nautilus-image-converter

References

Summary

In this tutorial we learn how to install nautilus-image-converter on CentOS 7 using yum and dnf.