dawgdic-find command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
dawgdic-find: command not found
or when using sudo you get the following error message
sudo: dawgdic-find: command not found
Solutions to dawgdic-find: command not found
How To Fix dawgdic-find: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu dawgdic-find is provided by dawgdic-tools package.
dawgdic-tools is:
dawgdic is a library for building and accessing dictionaries implemented with directed acyclic word graphs (DAWGs).
This package contains the command-line tools.
To fix this problem, we can install more using the command below.
sudo apt-get -y install dawgdic-tools
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install dawgdic-tools.
sudo apt -y install dawgdic-tools
Or if you have aptitude installed you can use the following command.
sudo aptitude install dawgdic-tools
Summary
In this tutorial we learn how to fix dawgdic-find command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.