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.

  • Please try sudo add-apt-repository universe && sudo apt-get install radiotray on terminal. – Liso Oct 23 '17 at 04:34
  • Is it work ? Do you able to install it successfully ? I'm going to create new answer if that work. – Liso Oct 23 '17 at 04:42
  • Hi I didn't try your method, What I did is I went to github which has this version Radiotray-NG v0.1.8 https://github.com/ebruck/radiotray-ng/releases/tag/v0.1.8 which also happens to have the 17.10 compatible version. Cheers – CFC Ecko Oct 23 '17 at 04:46
  • I could try your method, and give you the feedback - if you like :) – CFC Ecko Oct 23 '17 at 04:47
  • Glad you have solve it, its up to you whether to try. – Liso Oct 23 '17 at 04:50
  • @sans - sudo add-apt-repository universe && sudo apt-get update && sudo apt-get install radiotray – ravery Oct 23 '17 at 04:50
  • @ravery - whoops, I missed the update command. Sorry :( pardon my ignorance – Liso Oct 23 '17 at 04:52
  • Hi, tried uninstalling this NG version by terminal but wont work. And I cant uninstall from the software manager since it cant even find it. Sorry – CFC Ecko Oct 23 '17 at 05:03

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,377
  • 3
  • 51
  • 80