How To Install nautilus-image-converter on Fedora 36
Introduction
In this tutorial we learn how to install nautilus-image-converter
on Fedora 36.
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 Fedora 36. 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 Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install nautilus-image-converter
using dnf
by running the following command:
sudo dnf -y install nautilus-image-converter
Install nautilus-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 nautilus-image-converter
using yum
by running the following command:
sudo yum -y install nautilus-image-converter
How To Uninstall nautilus-image-converter on Fedora 36
To uninstall only the nautilus-image-converter
package we can use the following command:
sudo dnf remove nautilus-image-converter
nautilus-image-converter Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/e138a9f1ca71905a1e487b204b25ab6829b366
/usr/lib64/nautilus/extensions-3.0/libnautilus-image-converter.so
/usr/share/appdata/nautilus-image-converter.metainfo.xml
/usr/share/doc/nautilus-image-converter
/usr/share/doc/nautilus-image-converter/AUTHORS
/usr/share/doc/nautilus-image-converter/COPYING
/usr/share/locale/bg/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/ca/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/cs/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/de/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/es/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/fi/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/fr/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/it/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/ja/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/nl/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/pl/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/pt_BR/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/ru/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/locale/sv/LC_MESSAGES/nautilus-image-converter.mo
/usr/share/nautilus-image-converter
/usr/share/nautilus-image-converter/nautilus-image-resize.ui
/usr/share/nautilus-image-converter/nautilus-image-rotate.ui
References
Summary
In this tutorial we learn how to install nautilus-image-converter
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).