quiterss command not found

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

Introduction

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

quiterss: command not found

or when using sudo you get the following error message

sudo: quiterss: command not found

Solutions to quiterss: command not found

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

In Ubuntu quiterss is provided by quiterss package.

quiterss is:

QuiteRSS is “fast and comfortable to user” cross-platform RSS/Atom news feeds reader written on Qt/C++.

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

sudo apt-get -y install quiterss

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

You can also use apt command to install quiterss.

sudo apt -y install quiterss

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

sudo aptitude install quiterss

Summary

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