How To Install image-roll on Fedora 36
Introduction
In this tutorial we learn how to install image-roll
on Fedora 36.
What is image-roll
Image Roll is a simple and fast GTK image viewer with basic image manipulation tools.
We can use yum
or dnf
to install image-roll
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install image-roll.
Install image-roll 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 image-roll
using dnf
by running the following command:
sudo dnf -y install image-roll
Install image-roll 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 image-roll
using yum
by running the following command:
sudo yum -y install image-roll
How To Uninstall image-roll on Fedora 36
To uninstall only the image-roll
package we can use the following command:
sudo dnf remove image-roll
image-roll Package Contents on Fedora 36
/usr/bin/image-roll
/usr/lib/.build-id
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/a473c3d8efe0cbbb2c10a4de1ff1276efac048
/usr/share/applications/image-roll.desktop
/usr/share/doc/image-roll
/usr/share/doc/image-roll/README.md
/usr/share/icons/hicolor/scalable/apps/image-roll.svg
/usr/share/icons/hicolor/symbolic/apps/image-roll.svg
/usr/share/licenses/image-roll
/usr/share/licenses/image-roll/LICENSE
/usr/share/metainfo/image-roll.metainfo.xml
References
Summary
In this tutorial we learn how to install image-roll
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).