ozwcp command not found

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

Introduction

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

ozwcp: command not found

or when using sudo you get the following error message

sudo: ozwcp: command not found

Solutions to ozwcp: command not found

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

In Ubuntu ozwcp is provided by openzwave-controlpanel package.

openzwave-controlpanel is:

OpenZWave Control Panel (ozwcp) permits users to query, manage, and monitor Z-Wave nodes and networks. It provides a web-based user interface. Some example uses include adding/removing nodes, testing commands, and viewing/changing node configuration parameters.

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

sudo apt-get -y install openzwave-controlpanel

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

You can also use apt command to install openzwave-controlpanel.

sudo apt -y install openzwave-controlpanel

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

sudo aptitude install openzwave-controlpanel

Summary

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