blaze command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
blaze: command not found
or when using sudo you get the following error message
sudo: blaze: command not found
Solutions to blaze: command not found
How To Fix blaze: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu blaze is provided by blazeblogger package.
blazeblogger is:
Written in Perl as a cross-platform application and producing the static content without the need of database servers or server side scripting, it is literally a CMS without boundaries suitable for a wide variety of web presentations, from personal weblog to a project page or even a company presentation.
To fix this problem, we can install more using the command below.
sudo apt-get -y install blazeblogger
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install blazeblogger.
sudo apt -y install blazeblogger
Or if you have aptitude installed you can use the following command.
sudo aptitude install blazeblogger
Summary
In this tutorial we learn how to fix blaze command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.