opencfu command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
opencfu: command not found
or when using sudo you get the following error message
sudo: opencfu: command not found
Solutions to opencfu: command not found
How To Fix opencfu: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu opencfu is provided by opencfu package.
opencfu is:
OpenCFU is a completely open source lightweight application designed to enumerate clustered circular objects such as bacterial colonies. It can handle digital pictures as well as live stream from a video device/webcam. OpenCFU is cross-platform, fast, reliable and allows the user to implement intuitive filters.
To fix this problem, we can install more using the command below.
sudo apt-get -y install opencfu
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install opencfu.
sudo apt -y install opencfu
Or if you have aptitude installed you can use the following command.
sudo aptitude install opencfu
Summary
In this tutorial we learn how to fix opencfu command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.