coccinella command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
coccinella: command not found
or when using sudo you get the following error message
sudo: coccinella: command not found
Solutions to coccinella: command not found
How To Fix coccinella: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu coccinella is provided by coccinella package.
coccinella is:
Coccinella is a cross-platform communication tool with a built-in whiteboard for improved collaboration with other people.
The whiteboard is a shared desktop which supports text, drawings, images, and multimedia in a number of formats, such as MP3 and video.
The protocol being used by coccinella for chat and whiteboard communication is the XMPP protocol (Jabber).
To fix this problem, we can install more using the command below.
sudo apt-get -y install coccinella
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install coccinella.
sudo apt -y install coccinella
Or if you have aptitude installed you can use the following command.
sudo aptitude install coccinella
Summary
In this tutorial we learn how to fix coccinella command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.