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:
Once installed, open Gradio app from Ubuntu Dash or Terminal.
For ubuntu based distros:
https://code.launchpad.net/~haecker-felix/+archive/ubuntu/gradio-daily
For other distros:
https://github.com/haecker-felix/gradio
Gradio Features:
- Search radio stations (worldwide)
- Add them to your library
- Vote for radio stations
- Visit their homepage
- Notifications
- 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 1
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
For other distros:
https://github.com/haecker-felix/gradio
0 comments:
Post a Comment
Note: only a member of this blog may post a comment.