zpspell command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
zpspell: command not found
or when using sudo you get the following error message
sudo: zpspell: command not found
Solutions to zpspell: command not found
How To Fix zpspell: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu zpspell is provided by zpspell package.
zpspell is:
zpspell is the command line interface for zemberek-server. It simulates the ispell interface for being compatible with programs using ispell interactive mode.
To fix this problem, we can install more using the command below.
sudo apt-get -y install zpspell
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install zpspell.
sudo apt -y install zpspell
Or if you have aptitude installed you can use the following command.
sudo aptitude install zpspell
Summary
In this tutorial we learn how to fix zpspell command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.