Skip to content

Instantly share code, notes, and snippets.

@henri
Last active November 17, 2025 19:58
Show Gist options
  • Select an option

  • Save henri/351f48a1adb896ab998a4fb156766dac to your computer and use it in GitHub Desktop.

Select an option

Save henri/351f48a1adb896ab998a4fb156766dac to your computer and use it in GitHub Desktop.
dictonary setup cheatsheet linux
# install on debian dirivitve (commdn line program)
sudo apt install dict dictd dict-gcide dict-wn
# look up english word
dict "word"
# lookup word just int he collabrative internation dictonary of Ensligh
dict -d gcide "hello"
# install on debian dirivtives (graphical dictonrary)
sudo apt install goldendict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment