collatinus command not found

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

Introduction

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

collatinus: command not found

or when using sudo you get the following error message

sudo: collatinus: command not found

Solutions to collatinus: command not found

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

In Ubuntu collatinus is provided by collatinus package.

collatinus is:

Collatinus can be used to lemmatise latin texts, i.e. extract words and make a lexicon which indicates for each word its canonic form, and how the form actually found in the text was derived from it, for instance by declining it. Example : rosam gives : rosa-rosae – acc. sing. Collatinus provides a nice graphic front-end to each operation.

Collatinus-nouus (stands for Collatinus, new generation) replaces every previous version of Collatinus.

This package provides a documentation in HTML format.

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

sudo apt-get -y install collatinus

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

You can also use apt command to install collatinus.

sudo apt -y install collatinus

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

sudo aptitude install collatinus

Summary

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