dsdccx command not found
In this troubleshooting guide we learn how to fix dsdccx command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
dsdccx: command not found
or when using sudo you get the following error message
sudo: dsdccx: command not found
Solutions to dsdccx: command not found
How To Fix dsdccx: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dsdccx is provided by dsdcc package.
dsdcc is:
DSDcc is a digital speech decoder. Supported formats:
- DMR/MOTOTRBO: ETSI two slot TDMA standard. MOTOTRBO is a popular implementation of this standard.
- D-Star: developed and promoted by Icom for Amateur Radio customers.
- dPMR: ETSI narrowband FDMA standard. This is somehow similar to NXDN 2400 Baud rate mode.
- Yaesu System Fusion (abbreviated YSF): developed and promoted by Yaesu for Amateur Radio customers partly inspired by gr-ysf. Voice full rate with SerialDV is not supported.
This package contains dsdccx, the command line interface.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dsdcc
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dsdcc.
sudo apt -y install dsdcc
Or if you have aptitude installed you can use the following command.
sudo aptitude install dsdcc
Summary
In this tutorial we learn how to fix dsdccx command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.