Installation


Install the server instance:

The installation is quite simple. 

sudo aptitude install dictd

  • configure the locale:

The file /etc/default/dictd needs to be modified:

DICTD_ARGS="$DICTD_ARGS --locale=en_US.utf-8"

  • restart the dictd Server:
sudo /etc/init.d/dictd restart