uniconfd command not found

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

Introduction

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

uniconfd: command not found

or when using sudo you get the following error message

sudo: uniconfd: command not found

Solutions to uniconfd: command not found

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

In Ubuntu uniconfd is provided by uniconfd package.

uniconfd is:

UniConf is a configuration system that can serve as the centrepiece among many other, existing configuration systems.

UniConf can also be accessed over the network, with authentication, allowing easy replication of configuration data via the UniReplicateGen.

This package contains the server that accepts incoming TCP or Unix connections, and gets or sets UniConf elements at the request of a UniConf client.

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

sudo apt-get -y install uniconfd

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

You can also use apt command to install uniconfd.

sudo apt -y install uniconfd

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

sudo aptitude install uniconfd

Summary

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