Install DecK for Kong in Ubuntu 20.04 (focal)
- Download the TAR file:
curl -sL https://github.com/kong/deck/releases/download/v1.11.0/deck_1.11.0_linux_amd64.tar.gz -o deck.tar.gz
- Extract the TAR file:
tar -xf deck.tar.gz -C /tmp
- Copy the files to the right place:
sudo cp /tmp/deck /usr/local/bin/
- Test the installation with:
deck --help
References: