liferea-add-feed command not found

In this troubleshooting guide we learn how to fix liferea-add-feed command not found error message

Introduction

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

liferea-add-feed: command not found

or when using sudo you get the following error message

sudo: liferea-add-feed: command not found

Solutions to liferea-add-feed: command not found

How To Fix liferea-add-feed: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu liferea-add-feed is provided by liferea package.

liferea is:

Liferea is a feed reader, a news reader, and a podcast client that brings together all of the content from your favorite web subscriptions into a simple interface with an embedded graphical browser that’s easy to organize and browse. It supports: * aggregating feeds in all the major syndication formats (including RSS/RDF, Atom, CDF, and more); * synchronizing feeds across devices, with TinyTinyRSS and TheOldReader support; * downloading articles for offline reading; * permanently saving headlines in news bins; * playing podcasts directly in Liferea’s browser interface; * social networking / web integration so you can share your favorite news articles to Facebook, Google+, Reddit, Twitter, Slashdot, Digg, Yahoo and many more.

Liferea is an abbreviation for Linux Feed Reader.

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

sudo apt-get -y install liferea

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

You can also use apt command to install liferea.

sudo apt -y install liferea

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

sudo aptitude install liferea

Summary

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