How To Install giflib-utils on Fedora 36
Introduction
In this tutorial we learn how to install giflib-utils
on Fedora 36.
What is giflib-utils
The giflib-utils package contains various programs for manipulating GIF format image files.
We can use yum
or dnf
to install giflib-utils
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install giflib-utils.
Install giflib-utils 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 giflib-utils
using dnf
by running the following command:
sudo dnf -y install giflib-utils
Install giflib-utils 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 giflib-utils
using yum
by running the following command:
sudo yum -y install giflib-utils
How To Uninstall giflib-utils on Fedora 36
To uninstall only the giflib-utils
package we can use the following command:
sudo dnf remove giflib-utils
giflib-utils Package Contents on Fedora 36
/usr/bin/gif2rgb
/usr/bin/gifbg
/usr/bin/gifbuild
/usr/bin/gifclrmp
/usr/bin/gifcolor
/usr/bin/gifecho
/usr/bin/giffilter
/usr/bin/giffix
/usr/bin/gifhisto
/usr/bin/gifinto
/usr/bin/giftext
/usr/bin/giftool
/usr/bin/gifwedge
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/cd46527268b4cc540f3187cb025dec01af9363
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/dd17518e74463ccfec56887d50c9f876509870
/usr/lib/.build-id/56
/usr/lib/.build-id/56/ca7031aa6b7afc2e458ed14d81ab06fb728f34
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/6ed5a7507f71abbc2f27a45db77ad6223932b7
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/c671fac697f51030ce40930127704ee572e737
/usr/lib/.build-id/72
/usr/lib/.build-id/72/949abe46e6c2697242606259bec56acb250184
/usr/lib/.build-id/76
/usr/lib/.build-id/76/acc68def381c20c49f320ff35860ac479f4ed9
/usr/lib/.build-id/85
/usr/lib/.build-id/85/77ade8a65e48bbb559e9f55824b2abf0bf733d
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/0048df1d31d21cd0d6d7aafc32d82ec183ac5c
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/02aff76d8d30eeeb4b9e158315ea82dcfb7bf2
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/24f69578ed362706744f4d141feb1a66b85e85
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/448a9633c0feb39f88c6561d83ffe2abb2d271
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/f2529140fab9e111de4b4b733ed4e325191182
/usr/share/man/man1/gif2rgb.1.gz
/usr/share/man/man1/gifbg.1.gz
/usr/share/man/man1/gifbuild.1.gz
/usr/share/man/man1/gifclrmp.1.gz
/usr/share/man/man1/gifcolor.1.gz
/usr/share/man/man1/gifecho.1.gz
/usr/share/man/man1/giffix.1.gz
/usr/share/man/man1/gifhisto.1.gz
/usr/share/man/man1/gifinto.1.gz
/usr/share/man/man1/giflib.1.gz
/usr/share/man/man1/giftext.1.gz
/usr/share/man/man1/giftool.1.gz
/usr/share/man/man1/gifwedge.1.gz
References
Summary
In this tutorial we learn how to install giflib-utils
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).