Main menu

Pages

How To Listen Internet Radio On Ubuntu 16.04

Internet Streaming Radio for Linux Ubuntu. Install Gradio to listen Internet Radio on Ubuntu. Gradio is a GTK3 App for finding and listening Internet Radios on Linux Ubuntu Systems. It can easily play Internet Radio streams, via online.
Gradio Features:
  • Search radio stations (worldwide)
  • Add them to your library
  • Vote for radio stations
  • Visit their homepage
  • Notifications
Planned features:
  • MPRIS support
  • Showing a cover for a station

Install Gradio On Ubuntu

For Ubuntu based distros (16.04) run the following commands to install Gradio, via PPA.

Method 1


sudo add-apt-repository ppa:haecker-felix/gradio-daily
sudo apt update
sudo apt install gradio
Once installed, open Gradio app from Ubuntu Dash or Terminal.

Method 2

For Ubuntu based distros (16.04) you can add the daily ppa.

deb http://ppa.launchpad.net/haecker-felix/gradio-daily/ubuntu xenial main
deb-src http://ppa.launchpad.net/haecker-felix/gradio-daily/ubuntu xenial main
sudo apt-get update
sudo apt-get install gradio

Uninstall

If you install from source you must have the original compiled source to uninstall. cmake does not provide a make uninstall but list all the files installed on the system in install_manifest.txt. You can delete each file listed seperatly or run:

cd ~/Downloads/gradio/build
sudo xargs rm < install_manifest.txt
For ubuntu based distros:
https://code.launchpad.net/~haecker-felix/+archive/ubuntu/gradio-daily

reactions