gconjugue command not found

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

Introduction

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

gconjugue: command not found

or when using sudo you get the following error message

sudo: gconjugue: command not found

Solutions to gconjugue: command not found

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

In Ubuntu gconjugue is provided by gconjugue package.

gconjugue is:

Graphical program to conjugate Portuguese verbs as spoken in Brazil.

If the entered expression is not a verb, GConjugue 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 a graphical interface. Alternatively, you can use conjugar, the text only version for gconjugue.

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

sudo apt-get -y install gconjugue

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

You can also use apt command to install gconjugue.

sudo apt -y install gconjugue

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

sudo aptitude install gconjugue

Summary

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