chronicle command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
chronicle: command not found
or when using sudo you get the following error message
sudo: chronicle: command not found
Solutions to chronicle: command not found
How To Fix chronicle: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu chronicle is provided by chronicle package.
chronicle is:
This is a tool which will convert a directory of simple text files into a static HTML weblog, (or blog if you prefer).
The system is intentionally simple, but it supports:
- RSS feed creation.
- Template based output.
- The tagging of entries.
- Notification of ping services upon blog rebuild.
- User comments upon entries.
To fix this problem, we can install more using the command below.
sudo apt-get -y install chronicle
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install chronicle.
sudo apt -y install chronicle
Or if you have aptitude installed you can use the following command.
sudo aptitude install chronicle
Summary
In this tutorial we learn how to fix chronicle command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.