eox command not found

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

Introduction

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

eox: command not found

or when using sudo you get the following error message

sudo: eox: command not found

Solutions to eox: command not found

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

In Ubuntu eox is provided by keyboards-rg package.

keyboards-rg is:

keyboards-rg includes several keyboard layouts. Currently there is a Slovak programmers keyboard, Pan-cyrillic yawerty keyboard with Russian, Ukrainian and Belarusia variants and an Esperanto keyboard for the X-window system.

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

sudo apt-get -y install keyboards-rg

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

You can also use apt command to install keyboards-rg.

sudo apt -y install keyboards-rg

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

sudo aptitude install keyboards-rg

Summary

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