Pithos is a free and open source Pandora radio client for Linux. It is a lightweight client comes with media keys, notifications, 10 band equalizer, volume normalization, lastfm scrobbles and the sound menu. You can also extends its features with plugins. It is written in Python and released under GNU General Public License v3.0.
How to Install Pithos on Ubuntu Linux
Pithos is available as a flatpak package file from flathub. So first you need to install flatpak and flathub on your system and restart it after the installation.
How to Install flatpak and flathub
In the terminal software run below Pithos app flatpak install command. You can open terminal using ctrl+alt+t keys.
flatpak install flathub io.github.Pithos
The above command will install the latest version of Pithos pandora client app. After that you can start the app using this command.
flatpak run io.github.Pithos
And uninstall it using
sudo flatpak uninstall io.github.Pithos
That’s it.