codak Home
Brought to you by:
wauter
This page describes the installation procedure of CoDAK on Debian/Ubuntu. For now, CoDAK is not packaged for any other OS.
To install, follow the steps below.
The following command will enable the CoDAK repository on your system.
echo 'deb http://codak.sf.net/deb stable/' \
| sudo tee /etc/apt/sources.list.d/codak.list
Optionally, tell APT that you trust the CoDAK repository (to avoid warnings during installation).
wget -O - http://codak.sourceforge.net/deb/key.asc \
| apt-key add -
Update the local package database:
sudo apt-get update
For a basic CoDAK installation, type:
sudo apt-get install codak-core
To install also the (optional) terms extension, type:
sudo apt-get install codak-terms
To complete the installation: