ZTCLocalAgent command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ZTCLocalAgent: command not found
or when using sudo you get the following error message
sudo: ZTCLocalAgent: command not found
Solutions to ZTCLocalAgent: command not found
How To Fix ZTCLocalAgent: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ZTCLocalAgent is provided by ztclocalagent package.
ztclocalagent is:
This sample application demonstrates how to set up an Intel(R) AMT device for Zero Touch Configuration (ZTC) and trigger it to initiate the configuration process.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ztclocalagent
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ztclocalagent.
sudo apt -y install ztclocalagent
Or if you have aptitude installed you can use the following command.
sudo aptitude install ztclocalagent
Summary
In this tutorial we learn how to fix ZTCLocalAgent command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.