lou_allround command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lou_allround: command not found
or when using sudo you get the following error message
sudo: lou_allround: command not found
Solutions to lou_allround: command not found
How To Fix lou_allround: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lou_allround is provided by liblouis-bin package.
liblouis-bin is:
Liblouis is a braille translator and back-translator. It features support for computer and literary braille, supports contracted and uncontracted translation for many languages and has support for hyphenation. Liblouis also supports math braille (Nemeth and Marburg). New languages can easily be added through tables that support a rule- or dictionary based approach. Included are also tools for testing and debugging tables.
This package contains a few tools to test tables and translate text.
To fix this problem, we can install more using the command below.
sudo apt-get -y install liblouis-bin
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install liblouis-bin.
sudo apt -y install liblouis-bin
Or if you have aptitude installed you can use the following command.
sudo aptitude install liblouis-bin
Summary
In this tutorial we learn how to fix lou_allround command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.