Archives For November 30, 1999

Gradio

Gradio, an open-source GTK+ internet radio application, has reached the 6.0 release.

Now it’s available as snap app while the official PPA can no longer build it for Ubuntu 16.04 due to the old system GTK+3 library.

Gradio 6.0 release highlights:

  • Group your radio stations into collections
  • New sorting options.
  • export and import station library.
  • create and edit stations.
  • New details sidebar, selection system.
  • Gradio 6.0 requires GTK 3.22 or higher
  • and many more.

How to Install Gradio via Snap in Ubuntu:

Open terminal via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, do following steps:

1. For Ubuntu 14.04 only, you need to first install snapd daemon if you don’t have it:

sudo apt-get install snapd

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Install Gradio snap app via command:

sudo snap install gradio

3. Install Gnome environment via commands:

sudo snap install gnome-3-24

sudo snap connect gradio:gnome-3-24-platform gnome-3-24:gnome-3-24-platform

Finally launch Gradio desktop radio app from your application launcher and enjoy!

How to Remove:

To remove the snap version of Gradio, simply run following command in terminal:

sudo snap remove gradio

Gradio

There are a few applications available for listening internet radio stations in Ubuntu Desktop. Gradio is new one that allows users to find radio stations by typing a keyword in the search box, and then listen to one internet radio by clicking on it.

The simple tool requires GTK3 >= 3.18, so it works on Ubuntu 16.04, Ubuntu 16.10, and their derivatives, e.g., Linux Mint 18 and Elementary OS 0.4 Loki.

Gradio Internet Radio App

How to install Gradio in Ubuntu 16.04:

The pre-compiled binary packages are available for download at the link below:

Download Gradio (.deb)

Choose amd64.deb for 64-bit system and i386.deb for 32-bit system, and then click install the package via Ubuntu Software.

For those who want to add the PPA and receive future updates via Software Updater, open terminal (Ctrl+Alt+T) and run commands to add the PPA repository (so far supports for Ubuntu 16.04 and 16.10):

sudo add-apt-repository ppa:haecker-felix/gradio-daily

sudo apt update

sudo apt install gradio

(Optional) To remove the software, simply run apt command with remove flag:

sudo apt remove gradio

And the PPA can be remove by launching Software & Updates utility and navigating to Other Software tab.