goldendict command not found

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

Introduction

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

goldendict: command not found

or when using sudo you get the following error message

sudo: goldendict: command not found

Solutions to goldendict: command not found

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

In Ubuntu goldendict is provided by goldendict package.

goldendict is:

Features:

  • Use of WebKit for an accurate articles’ representation, complete with all formatting, colors, images and links.
  • Support of multiple dictionary file formats, namely:
    • Babylon .BGL files, complete with images and resources
    • StarDict .ifo/.dict./.idx/.syn dictionaries
    • Dictd .index/.dict(.dz) dictionary files
    • ABBYY Lingvo .dsl source files, together with abbreviations. The files can be optionally compressed with dictzip. Dictionary resources can be packed together into a .zip file.
    • ABBYY Lingvo .lsa/.dat audio archives. Those can be indexed separately, or be referred to from .dsl files.
  • Support for Wikipedia, Wiktionary, or any other MediaWiki-based sites to perform lookups in.
  • Ability to use arbitrary websites as dictionaries via templated Url patterns.
  • Hunspell-based morphology system, used for word stemming and spelling suggestions.
  • Ability to index arbitrary directories with audio files for pronunciation lookups.
  • Full Unicode case, diacritics, punctuation and whitespace folding. This means the ability to type in words without any accents, correct case, punctuation or spaces (e.g. typing ‘Grussen’ would yield ‘grüßen’ in German dictionaries).
  • Scan popup functionality. A small window pops up with the translation of a word chosen from another application.
  • Support for global hotkeys. You can spawn the program window at any point, or directly translate a word from the clipboard.
  • Tabbed browsing in a modern Qt 5 interface.

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

sudo apt-get -y install goldendict

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

You can also use apt command to install goldendict.

sudo apt -y install goldendict

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

sudo aptitude install goldendict

Summary

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