pithos command not found

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

Introduction

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

pithos: command not found

or when using sudo you get the following error message

sudo: pithos: command not found

Solutions to pithos: command not found

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

In Ubuntu pithos is provided by pithos package.

pithos is:

Pithos is a cross-platform desktop client for the personalized web radio Pandora, supporting all important features the official Flash™ client has.

Pithos was based on pianobar, a console client for Pandora. In addition to sporting a GTK+ GUI, Pithos has feature-parity with pianobar.

Out of concern for the longevity of Pandora Media Inc., the software authors would recommend subscribing to Pandora One.

Use of this application requires a Pandora account; one can be created for free at https://pandora.com.

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

sudo apt-get -y install pithos

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

You can also use apt command to install pithos.

sudo apt -y install pithos

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

sudo aptitude install pithos

Summary

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