How To Install gif2png on Fedora 36
Introduction
In this tutorial we learn how to install gif2png on Fedora 36.
What is gif2png
The gif2png program converts files from the obsolescent Graphic Interchange Format to Portable Network Graphics. The conversion preserves all graphic information, including transparency, perfectly. The gif2png program can even recover data from corrupted GIFs. There exists a ‘web2png’ program in a separate package which is able to convert entire directory hierarchies.
We can use yum or dnf to install gif2png on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gif2png.
Install gif2png 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 gif2png using dnf by running the following command:
sudo dnf -y install gif2png
Install gif2png 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 gif2png using yum by running the following command:
sudo yum -y install gif2png
How To Uninstall gif2png on Fedora 36
To uninstall only the gif2png package we can use the following command:
sudo dnf remove gif2png
gif2png Package Contents on Fedora 36
/usr/bin/gif2png
/usr/lib/.build-id
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/54d67760fd1cd554d448853dfa3df03314cc5b
/usr/share/man/man1/gif2png.1.gz
References
Summary
In this tutorial we learn how to install gif2png on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).