How To Install gifview on Fedora 36
Introduction
In this tutorial we learn how to install gifview on Fedora 36.
What is gifview
gifview is a lightweight animated-GIF viewer which can show animations as slideshows or in real time,
We can use yum or dnf to install gifview on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gifview.
Install gifview 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 gifview using dnf by running the following command:
sudo dnf -y install gifview
Install gifview 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 gifview using yum by running the following command:
sudo yum -y install gifview
How To Uninstall gifview on Fedora 36
To uninstall only the gifview package we can use the following command:
sudo dnf remove gifview
gifview Package Contents on Fedora 36
/usr/bin/gifview
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/ba041d72f1b4b0e20b0f156874b36a846131ba
/usr/share/doc/gifview
/usr/share/doc/gifview/NEWS.md
/usr/share/doc/gifview/README.md
/usr/share/licenses/gifview
/usr/share/licenses/gifview/COPYING
/usr/share/man/man1/gifview.1.gz
References
Summary
In this tutorial we learn how to install gifview on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).