chronicle-rss-importer command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
chronicle-rss-importer: command not found
or when using sudo you get the following error message
sudo: chronicle-rss-importer: command not found
Solutions to chronicle-rss-importer: command not found
How To Fix chronicle-rss-importer: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu chronicle-rss-importer 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-rss-importer command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.