newsboat command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
newsboat: command not found
or when using sudo you get the following error message
sudo: newsboat: command not found
Solutions to newsboat: command not found
How To Fix newsboat: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu newsboat is provided by newsboat package.
newsboat is:
newsboat is an RSS/Atom feed reader for the text console. It supports OPML import/export, podcasts (via companion program podboat), and can serve as a client to various feed aggregators (TT-RSS, The Old Reader, Newsblur, FeedHQ, ownCloud/nextCloud News). Its interface draws inspiration from mutt and slrn.
Successor of newsbeuter.
To fix this problem, we can install more using the command below.
sudo apt-get -y install newsboat
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install newsboat.
sudo apt -y install newsboat
Or if you have aptitude installed you can use the following command.
sudo aptitude install newsboat
Summary
In this tutorial we learn how to fix newsboat command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.