Last active
November 17, 2025 19:58
-
-
Save henri/351f48a1adb896ab998a4fb156766dac to your computer and use it in GitHub Desktop.
dictonary setup cheatsheet linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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