felix command not found

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

Introduction

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

felix: command not found

or when using sudo you get the following error message

sudo: felix: command not found

Solutions to felix: command not found

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

In Ubuntu felix is provided by felix-latin package.

felix-latin is:

Félix Gaffiot (1870-1937) was a philologist, a teacher of French, and the author of a Latin-French reference dictionary.

This package provides “felix”, a graphical interface for searching the dictionary. Entering a Latin word opens the corresponding page in the form of a scanned image that can be zoomed and panned over.

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

sudo apt-get -y install felix-latin

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

You can also use apt command to install felix-latin.

sudo apt -y install felix-latin

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

sudo aptitude install felix-latin

Summary

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