feedreader command not found

In this troubleshooting guide we learn how to fix feedreader command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

feedreader: command not found

or when using sudo you get the following error message

sudo: feedreader: command not found

Solutions to feedreader: command not found

How To Fix feedreader: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu feedreader is provided by feedreader package.

feedreader is:

Modern desktop application designed to complement existing web-based RSS accounts.

FeedReader combines all the advantages of web based services like synchronisation across all your devices with everything you expect from a modern desktop application.

To fix this problem, we can install more using the command below.

sudo apt-get -y install feedreader

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install feedreader.

sudo apt -y install feedreader

Or if you have aptitude installed you can use the following command.

sudo aptitude install feedreader

Summary

In this tutorial we learn how to fix feedreader command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.