betaradio command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
betaradio: command not found
or when using sudo you get the following error message
sudo: betaradio: command not found
Solutions to betaradio: command not found
How To Fix betaradio: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu betaradio is provided by betaradio package.
betaradio is:
With this client you can listen to internet radio of Taiwan without opening a browser. It displays a icon on system tray that you can click and select the channel you want to listen to.
To fix this problem, we can install more using the command below.
sudo apt-get -y install betaradio
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install betaradio.
sudo apt -y install betaradio
Or if you have aptitude installed you can use the following command.
sudo aptitude install betaradio
Summary
In this tutorial we learn how to fix betaradio command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.