Skip to content

Installing via Debian Package

Shane Alcock edited this page Nov 12, 2020 · 3 revisions

Getting the packages

WAND maintains an (unofficial) Debian & Ubuntu apt repository on Cloudsmith where we make packaged versions of our software available to the public.

To enable the libprotoident repository for Debian or Ubuntu, run the following commands:

sudo apt-get install apt-transport-https curl
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandio/cfg/setup/bash.deb.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandder/cfg/setup/bash.deb.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libtrace/cfg/setup/bash.deb.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libflowmanager/cfg/setup/bash.deb.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libprotoident/cfg/setup/bash.deb.sh' | sudo -E bash
sudo apt-get update

Now you should be able to install the libprotoident packages using:

sudo apt-get install libprotoident libprotoident-dev libprotoident-tools
Clone this wiki locally