How To Install icat on Fedora 36
Introduction
In this tutorial we learn how to install icat
on Fedora 36.
What is icat
Outputs an image on a 256-color or 24-bit color enabled terminal with UTF-8 locale, such as gnome-terminal, konsole or rxvt-unicode (urxvt).
We can use yum
or dnf
to install icat
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install icat.
Install icat 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 icat
using dnf
by running the following command:
sudo dnf -y install icat
Install icat 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 icat
using yum
by running the following command:
sudo yum -y install icat
How To Uninstall icat on Fedora 36
To uninstall only the icat
package we can use the following command:
sudo dnf remove icat
icat Package Contents on Fedora 36
/usr/bin/icat
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/1dc330aa3be441677408bb5b9e1a3d92c112c2
/usr/share/doc/icat
/usr/share/doc/icat/CHANGELOG
/usr/share/doc/icat/README.md
/usr/share/licenses/icat
/usr/share/licenses/icat/LICENSE
/usr/share/man/man1/icat.1.gz
References
Summary
In this tutorial we learn how to install icat
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).