ctioga2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
ctioga2: command not found
or when using sudo you get the following error message
sudo: ctioga2: command not found
Solutions to ctioga2: command not found
How To Fix ctioga2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu ctioga2 is provided by ctioga2 package.
ctioga2 is:
ctioga2 is a plotting program in the spirit of gnuplot. It can be used either directly on command-line or writing command files (or a mix of both). It produces publication-quality PDF files. It is based on the Tioga plotting library.
ctioga2 is a full rewrite of ctioga and is meant to replace it completely in a not-so-distant future.
To fix this problem, we can install more using the command below.
sudo apt-get -y install ctioga2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install ctioga2.
sudo apt -y install ctioga2
Or if you have aptitude installed you can use the following command.
sudo aptitude install ctioga2
Summary
In this tutorial we learn how to fix ctioga2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.