Tuner is a free and open source internet radio station player for Linux. Using Tuner, you can discover and play internet radio stations. Its intuitive interface empowers you to explore a vast array of stations from diverse corners of the world, creating a dynamic listening experience tailored to your preferences. It presents you a new selection of stations from all over the world every time you hit the Shuffle button. At the heart of Tuner’s expansive catalog lies radio-browser.info, a community-driven station repository. You can discover new stations every day, star stations you like and visit their website, control Tuner from your volume indicator.
How To Install Tuner Application on Ubuntu
To install Tuner app on your system, open the terminal application (ctrl+alt+t) and run below Tuner flatpak install command. It will install the latest Tuner on your system.
flatpak install flathub com.github.louis77.tuner
After the successful installation of Tuner, you can open it using below command.
flatpak run com.github.louis77.tuner
Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall Tuner using below commands.
flatpak uninstall com.github.louis77.tuner
[OR]
sudo flatpak uninstall com.github.louis77.tuner