aoeui command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
aoeui: command not found
or when using sudo you get the following error message
sudo: aoeui: command not found
Solutions to aoeui: command not found
How To Fix aoeui: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu aoeui is provided by aoeui package.
aoeui is:
A very small and efficient display editor built upon a philosophy of making interaction with UNIX text manipulation commands easy, rather than duplicating their features. Its command set is optimized for the Dvorak and QWERTY keyboard layouts.
Also includes asdfg, aoeui’s QWERTY variant.
To fix this problem, we can install more using the command below.
sudo apt-get -y install aoeui
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install aoeui.
sudo apt -y install aoeui
Or if you have aptitude installed you can use the following command.
sudo aptitude install aoeui
Summary
In this tutorial we learn how to fix aoeui command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.