gfeeds command not found

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

Introduction

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

gfeeds: command not found

or when using sudo you get the following error message

sudo: gfeeds: command not found

Solutions to gfeeds: command not found

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

In Ubuntu gfeeds is provided by gnome-feeds package.

gnome-feeds is:

GNOME-Feeds is an RSS/Atom feed reader with an adaptative UI. It is a Python3 GTK based application with a small screen compatible graphical user interface. It supports importing OPML files.

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

sudo apt-get -y install gnome-feeds

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

You can also use apt command to install gnome-feeds.

sudo apt -y install gnome-feeds

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

sudo aptitude install gnome-feeds

Summary

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