apertium-eval-translator command not found

In this troubleshooting guide we learn how to fix apertium-eval-translator command not found error message

Introduction

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

apertium-eval-translator: command not found

or when using sudo you get the following error message

sudo: apertium-eval-translator: command not found

Solutions to apertium-eval-translator: command not found

How To Fix apertium-eval-translator: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu apertium-eval-translator is provided by apertium-eval-translator package.

apertium-eval-translator is:

This package contails Perl scripts to evaluate Apertium-based machine translation output against reference: WER, PER, TER, BLEU.

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

sudo apt-get -y install apertium-eval-translator

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

You can also use apt command to install apertium-eval-translator.

sudo apt -y install apertium-eval-translator

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

sudo aptitude install apertium-eval-translator

Summary

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