How To Install gifsicle on Fedora 36
Introduction
In this tutorial we learn how to install gifsicle
on Fedora 36.
What is gifsicle
Gifsicle is a command-line tool for creating, editing, and getting information about GIF images and animations. Some more gifsicle features * Batch mode for changing GIFs in place. * Prints detailed information about GIFs, including comments. * Control over interlacing, comments, looping, transparency… * Creates well-behaved GIFs color tables if it absolutely has to (local color tables waste space and can cause viewing artifacts), etc. * It can shrink colormaps and change images to use the Web-safe palette (or any colormap you choose). * It can optimize your animations! This stores only the changed portion of each frame, and can radically shrink your GIFs. You can also use transparency to make them even smaller. Gifsicle?s optimizer is pretty powerful, and usually reduces animations to within a couple bytes of the best commercial optimizers. * Unoptimizing animations, which makes them easier to edit. * A dumb-ass name. One other program is included with gifsicle and gifdiff compares two GIFs for identical visual appearance.
We can use yum
or dnf
to install gifsicle
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gifsicle.
Install gifsicle 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 gifsicle
using dnf
by running the following command:
sudo dnf -y install gifsicle
Install gifsicle 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 gifsicle
using yum
by running the following command:
sudo yum -y install gifsicle
How To Uninstall gifsicle on Fedora 36
To uninstall only the gifsicle
package we can use the following command:
sudo dnf remove gifsicle
gifsicle Package Contents on Fedora 36
/usr/bin/gifdiff
/usr/bin/gifsicle
/usr/lib/.build-id
/usr/lib/.build-id/30
/usr/lib/.build-id/30/872b72efa4369ac6c189f1185d3da383313b78
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/501ce175c67795a3f8a4f2d45915927418a70a
/usr/share/doc/gifsicle
/usr/share/doc/gifsicle/NEWS.md
/usr/share/doc/gifsicle/README.md
/usr/share/licenses/gifsicle
/usr/share/licenses/gifsicle/COPYING
/usr/share/man/man1/gifdiff.1.gz
/usr/share/man/man1/gifsicle.1.gz
References
Summary
In this tutorial we learn how to install gifsicle
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).