rssguard command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rssguard: command not found
or when using sudo you get the following error message
sudo: rssguard: command not found
Solutions to rssguard: command not found
How To Fix rssguard: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rssguard is provided by rssguard package.
rssguard is:
RSS Guard is simple, light and easy-to-use RSS/ATOM feed aggregator developed using Qt framework which supports online feed synchronization with these services:
To fix this problem, we can install more using the command below.
sudo apt-get -y install rssguard
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rssguard.
sudo apt -y install rssguard
Or if you have aptitude installed you can use the following command.
sudo aptitude install rssguard
Summary
In this tutorial we learn how to fix rssguard command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.