hfst-ospell command not found

In this troubleshooting guide we learn how to fix hfst-ospell command not found error message

Introduction

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

hfst-ospell: command not found

or when using sudo you get the following error message

sudo: hfst-ospell: command not found

Solutions to hfst-ospell: command not found

How To Fix hfst-ospell: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu hfst-ospell is provided by hfst-ospell package.

hfst-ospell is:

Minimal HFST optimized lookup format based spell checker library and a demonstrational implementation of command line based spell checker.

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

sudo apt-get -y install hfst-ospell

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

You can also use apt command to install hfst-ospell.

sudo apt -y install hfst-ospell

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

sudo aptitude install hfst-ospell

Summary

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