artha command not found

In this troubleshooting guide we learn how to fix artha command not found error message

Introduction

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

artha: command not found

or when using sudo you get the following error message

sudo: artha: command not found

Solutions to artha: command not found

How To Fix artha: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu artha is provided by artha package.

artha is:

Artha is a off-line English thesaurus with distinct features like:

  • hot-key press word look-up (select text on any window and press a preset hot-key for look-up)
  • regular expressions based search (broaden search using wild-cards like *, ?, etc.)
  • passive desktop notifications (of word definitions for uninterrupted work-flow)
  • spelling suggestions (when the exact spelling is vague/not known)

Once launched, it monitors for a preset hot-key combination. When some text is selected on any window and the hot-key is pressed, it pops-up with the word looked-up. Should the user prefer passive notifications, this can be done by enabling the notifications option.

When the term looked for is vague/not known, then either the search can be broadened with the use of regular expressions (*, ?, etc.) in the search string or spelling suggestions when a term is incorrect.

For regular expressions based search to work, wordnet-sense-index package is required.

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

sudo apt-get -y install artha

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

You can also use apt command to install artha.

sudo apt -y install artha

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

sudo aptitude install artha

Summary

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