How To Install gimp-save-for-web on Fedora 36

In this tutorial we learn how to install gimp-save-for-web in Fedora 36. gimp-save-for-web is Save for web plug-in for GIMP

Introduction

In this tutorial we learn how to install gimp-save-for-web on Fedora 36.

What is gimp-save-for-web

Save for Web allows to find compromise between minimal file size and acceptable quality of image quickly. While adjusting various settings, you may explore how image quality and file size change. Options to reduce file size of an image include setting compression quality, number or colors, resizing, cropping, Exif information removal, etc.

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

Install gimp-save-for-web 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 gimp-save-for-web using dnf by running the following command:

sudo dnf -y install gimp-save-for-web

Install gimp-save-for-web 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 gimp-save-for-web using yum by running the following command:

sudo yum -y install gimp-save-for-web

How To Uninstall gimp-save-for-web on Fedora 36

To uninstall only the gimp-save-for-web package we can use the following command:

sudo dnf remove gimp-save-for-web

gimp-save-for-web Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/df8c7ffbb53a02cedbafd6baef04acd24e170c
/usr/lib64/gimp/2.0/plug-ins/webexport
/usr/share/appdata/gimp-save-for-web.metainfo.xml
/usr/share/doc/gimp-save-for-web
/usr/share/doc/gimp-save-for-web/AUTHORS
/usr/share/doc/gimp-save-for-web/ChangeLog
/usr/share/doc/gimp-save-for-web/NEWS
/usr/share/doc/gimp-save-for-web/README
/usr/share/gimp-save-for-web
/usr/share/gimp-save-for-web/help
/usr/share/gimp-save-for-web/help/en
/usr/share/gimp-save-for-web/help/en/gimp-help.xml
/usr/share/gimp-save-for-web/help/en/index.html
/usr/share/gimp-save-for-web/help/images
/usr/share/gimp-save-for-web/help/images/wilber.png
/usr/share/licenses/gimp-save-for-web
/usr/share/licenses/gimp-save-for-web/COPYING
/usr/share/locale/ca/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/es/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/fr/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/it/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/ja/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/ko/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/pt_BR/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/ru/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/sk/LC_MESSAGES/gimp20-save-for-web.mo
/usr/share/locale/sv/LC_MESSAGES/gimp20-save-for-web.mo

References

Summary

In this tutorial we learn how to install gimp-save-for-web on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).