ccze command not found
In this troubleshooting guide we learn how to fix ccze command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
ccze: command not found
or when using sudo you get the following error message
sudo: ccze: command not found
Solutions to ccze: command not found
How To Fix ccze: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ccze is provided by ccze package.
ccze is:
CCZE is a robust and modular log coloriser, with plugins for apm, exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd, vsftpd, xferlog and more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ccze
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ccze.
sudo apt -y install ccze
Or if you have aptitude installed you can use the following command.
sudo aptitude install ccze
Summary
In this tutorial we learn how to fix ccze command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.