enchant-lsmod-2 command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
enchant-lsmod-2: command not found
or when using sudo you get the following error message
sudo: enchant-lsmod-2: command not found
Solutions to enchant-lsmod-2: command not found
How To Fix enchant-lsmod-2: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu enchant-lsmod-2 is provided by enchant-2 package.
enchant-2 is:
Enchant is a generic spell checking library which uses existing spell checker engines such as ispell, aspell and myspell as its backends.
Enchant steps in to provide uniformity and conformity on top of these libraries, and implement certain features that may be lacking in any individual provider library.
This package contains standalone runtime binary programs.
To fix this problem, we can install more using the command below.
sudo apt-get -y install enchant-2
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install enchant-2.
sudo apt -y install enchant-2
Or if you have aptitude installed you can use the following command.
sudo aptitude install enchant-2
Summary
In this tutorial we learn how to fix enchant-lsmod-2 command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.