dradio-config command not found
In this troubleshooting guide we learn how to fix dradio-config command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
dradio-config: command not found
or when using sudo you get the following error message
sudo: dradio-config: command not found
Solutions to dradio-config: command not found
How To Fix dradio-config: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dradio-config is provided by dradio package.
dradio is:
Dradio is a terminal based frontend to MPlayer that collects the available channels/podcasts for convenient browsing.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dradio
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dradio.
sudo apt -y install dradio
Or if you have aptitude installed you can use the following command.
sudo aptitude install dradio
Summary
In this tutorial we learn how to fix dradio-config command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.