How To Install lolcat on Fedora 36
Introduction
In this tutorial we learn how to install lolcat
on Fedora 36.
What is lolcat
lolcat is a colorful version of ‘cat’. It is faster than python-lolcat and much faster than ruby-lolcat. It works well with “non-binary” characters, but who would want to display binary data!
We can use yum
or dnf
to install lolcat
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lolcat.
Install lolcat 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 lolcat
using dnf
by running the following command:
sudo dnf -y install lolcat
Install lolcat 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 lolcat
using yum
by running the following command:
sudo yum -y install lolcat
How To Uninstall lolcat on Fedora 36
To uninstall only the lolcat
package we can use the following command:
sudo dnf remove lolcat
lolcat Package Contents on Fedora 36
/usr/bin/censor
/usr/bin/lolcat
/usr/lib/.build-id
/usr/lib/.build-id/68
/usr/lib/.build-id/68/bea876fb23d1b4e85943449eb681f3ba7fb477
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/c85d5a285b3d76e0524dffa96d002216456043
/usr/share/doc/lolcat
/usr/share/doc/lolcat/README.md
/usr/share/licenses/lolcat
/usr/share/licenses/lolcat/LICENSE
References
Summary
In this tutorial we learn how to install lolcat
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).