p10cfgd command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
p10cfgd: command not found
or when using sudo you get the following error message
sudo: p10cfgd: command not found
Solutions to p10cfgd: command not found
How To Fix p10cfgd: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu p10cfgd is provided by p10cfgd package.
p10cfgd is:
The ‘p10cfgd’ daemon provides support for the ‘rmtcfg’ command in the Gracilis Packeten amateur radio network packet switch. With this daemon, and appropriate entries in the non-volatile configuration memory of a Packeten, it is possible to have the switch load commands and information at boot time. Further, this daemon appends a command which sets the date and time in the clock on the Packeten.
To fix this problem, we can install more using the command below.
sudo apt-get -y install p10cfgd
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install p10cfgd.
sudo apt -y install p10cfgd
Or if you have aptitude installed you can use the following command.
sudo aptitude install p10cfgd
Summary
In this tutorial we learn how to fix p10cfgd command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.