Radio is a free and open source radio player application for Linux. It is written in Vala and released under GNU General Public License v3.0. Using Radio you can listen to radio stations from the website radio-browser. You can search for stations, add favorite stations to favorites list for later watch. Not only this you can also record them in mp3 file format. It is still in early stage.
Install Radio on Ubuntu Linux
Radio is available as a flatpak package file from the remote flathub. First you need to install the latest version of flatpak and flathub on your system and restart it after the installation. Follow below guide link for installation tips.
How to install flatpak and flathub
Open the terminal application via your application menu or by clicking ctrl+alt+t keys. It will install the latest version of Radio app on your system.
flatpak install flathub io.github.alexkdeveloper.radio
After that open it using below command.
flatpak run io.github.alexkdeveloper.radio
And you can also uninstall it using below command.
sudo flatpak uninstall io.github.alexkdeveloper.radio
That’s it.