conjugue command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
conjugue: command not found
or when using sudo you get the following error message
sudo: conjugue: command not found
Solutions to conjugue: command not found
How To Fix conjugue: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu conjugue is provided by brazilian-conjugate package.
brazilian-conjugate is:
This package contains a interactive program (conjugue) capable of conjugating Portuguese verbs, as spoken in Brazil. The upstream version is numbered 1.0, but as it is distributed together with the Ispell dictionary for Brazilian Portuguese, it has the same version number as the ibrazilian package for Debian.
To fix this problem, we can install more using the command below.
sudo apt-get -y install brazilian-conjugate
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install brazilian-conjugate.
sudo apt -y install brazilian-conjugate
Or if you have aptitude installed you can use the following command.
sudo aptitude install brazilian-conjugate
Summary
In this tutorial we learn how to fix conjugue command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.