dmrconfig command not found

In this troubleshooting guide we learn how to fix dmrconfig command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

dmrconfig: command not found

or when using sudo you get the following error message

sudo: dmrconfig: command not found

Solutions to dmrconfig: command not found

How To Fix dmrconfig: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu dmrconfig is provided by dmrconfig package.

dmrconfig is:

DMRconfig is a utility for programming digital radios via USB programming cable. It can read and write codeplug, configuration and contacts from and to the radio. Various TYT, Baofeng, Radioddity, Anytone, BTECH, Zastone and Radtel radios are supported.

To fix this problem, we can install more using the command below.

sudo apt-get -y install dmrconfig

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install dmrconfig.

sudo apt -y install dmrconfig

Or if you have aptitude installed you can use the following command.

sudo aptitude install dmrconfig

Summary

In this tutorial we learn how to fix dmrconfig command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.