podboat command not found

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

Introduction

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

podboat: command not found

or when using sudo you get the following error message

sudo: podboat: command not found

Solutions to podboat: command not found

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

In Ubuntu podboat 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 podboat command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.