From f21103fe8c8c827e42754a51cc35fb309ba14d17 Mon Sep 17 00:00:00 2001 From: James Blair Date: Thu, 30 Jan 2020 17:11:24 +1300 Subject: [PATCH] Added dictd to standard packages. --- wsl-setup.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl-setup.org b/wsl-setup.org index fbd20ba..14b6424 100644 --- a/wsl-setup.org +++ b/wsl-setup.org @@ -46,7 +46,7 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_ #+NAME: Install standard packages #+BEGIN_SRC shell # Install basic utilities - sudo apt-get install -y git locales curl wget xclip xsel tmux net-tools less wget htop screenfetch zip openssh-client + sudo apt-get install -y git locales curl wget xclip xsel tmux net-tools less wget htop screenfetch zip openssh-client dictd # Install pre-requisites for compiling emacs sudo apt-get install -y make gcc libgnutls28-dev libtinfo-dev