How To Install ccze on Fedora 36
Introduction
In this tutorial we learn how to install ccze
on Fedora 36.
What is ccze
CCZE is a roboust and modular log colorizer, with plugins for apm, exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd, vsftpd, xferlog and more.
We can use yum
or dnf
to install ccze
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ccze.
Install ccze 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 ccze
using dnf
by running the following command:
sudo dnf -y install ccze
Install ccze 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 ccze
using yum
by running the following command:
sudo yum -y install ccze
How To Uninstall ccze on Fedora 36
To uninstall only the ccze
package we can use the following command:
sudo dnf remove ccze
ccze Package Contents on Fedora 36
/etc/cczerc
/usr/bin/ccze
/usr/bin/ccze-cssdump
/usr/lib/.build-id
/usr/lib/.build-id/35
/usr/lib/.build-id/35/257db6d139ec6a15fbdaa68d563bdff1d632d8
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/585d6cd9c8d58a460e1a6c5173cb126d97a0c6
/usr/share/doc/ccze
/usr/share/doc/ccze/AUTHORS
/usr/share/doc/ccze/COPYING
/usr/share/doc/ccze/ChangeLog
/usr/share/doc/ccze/ChangeLog-0.1
/usr/share/doc/ccze/FAQ
/usr/share/doc/ccze/NEWS
/usr/share/doc/ccze/README
/usr/share/doc/ccze/THANKS
/usr/share/man/man1/ccze-cssdump.1.gz
/usr/share/man/man1/ccze.1.gz
/usr/share/man/man7/ccze-plugin.7.gz
References
Summary
In this tutorial we learn how to install ccze
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).