1

Are there any internet radios on the ubuntu software manager apart from Gradio which never opens and keep crashing. And I also couldn't find radiotray in there, which I have on my Mint OS. Is there a repository which has the latest version that will work on 17.10?

let me know, thanks.

1 Answers1

0

Radiotray its available on 17.10, to be precise in universe repository. So simply install from terminal.

sudo add-apt-repository universe ###if you haven't enabled it yet.
sudo apt-get update
sudo apt-get install radiotray
Liso
  • 15,677