How To Install gimp-save-for-web on CentOS 7
Introduction
In this tutorial we learn how to install gimp-save-for-web on CentOS 7.
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 CentOS 7. 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 CentOS 7 Using yum
Update yum database with yum using the following command.
sudo yum makecache
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
Install gimp-save-for-web 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 gimp-save-for-web using dnf by running the following command:
sudo dnf -y install gimp-save-for-web
How To Uninstall gimp-save-for-web on CentOS 7
To uninstall only the gimp-save-for-web package we can use the following command:
sudo dnf remove gimp-save-for-web
References
Summary
In this tutorial we learn how to install gimp-save-for-web on CentOS 7 using yum and dnf.