evolution-import-rss command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
evolution-import-rss: command not found
or when using sudo you get the following error message
sudo: evolution-import-rss: command not found
Solutions to evolution-import-rss: command not found
How To Fix evolution-import-rss: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu evolution-import-rss is provided by evolution-rss package.
evolution-rss is:
This plugin adds RSS Feeds support for evolution mail.
With this package you are able to have RSS in same place as mails, eliminating the need of having a separate RSS reader since a RSS Article is like an email message.
Evolution RSS can display an article using summary view or HTML view.
To fix this problem, we can install more using the command below.
sudo apt-get -y install evolution-rss
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install evolution-rss.
sudo apt -y install evolution-rss
Or if you have aptitude installed you can use the following command.
sudo aptitude install evolution-rss
Summary
In this tutorial we learn how to fix evolution-import-rss command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.