dablin command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dablin: command not found
or when using sudo you get the following error message
sudo: dablin: command not found
Solutions to dablin: command not found
How To Fix dablin: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dablin is provided by dablin package.
dablin is:
This plays a DAB and DAB+ audio service – either from a received live transmission or from a stored ensemble recording (frame-aligned ETI- NI). Both DAB (MP2) and DAB+ (AAC-LC, HE-AAC, HE-AAC v2) services are supported by DABlin.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dablin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dablin.
sudo apt -y install dablin
Or if you have aptitude installed you can use the following command.
sudo aptitude install dablin
Summary
In this tutorial we learn how to fix dablin command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.