conjugar command not found

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

Introduction

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

conjugar: command not found

or when using sudo you get the following error message

sudo: conjugar: command not found

Solutions to conjugar: command not found

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

In Ubuntu conjugar is provided by conjugar package.

conjugar is:

Text only program to conjugate Portuguese verbs as spoken in Brazil.

If the entered expression is not a verb, conjugar tries to find it among the conjugated forms of known verbs. It also has the option of conjugating verbs as ordinary Brazilians do. In fact, Brazilians of different regions deviate from the normative grammar in different ways, but the conjugation displayed will already help foreigners to grasp what Brazilians are saying.

This program is console based. Alternatively, you can use GConjugue, the graphical (GTK+) version for conjugar.

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

sudo apt-get -y install conjugar

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

You can also use apt command to install conjugar.

sudo apt -y install conjugar

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

sudo aptitude install conjugar

Summary

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