Skip to content

Installing Debian Packaged Version

Shane Alcock edited this page Nov 10, 2020 · 1 revision

This page covers instructions that will help with installing libflowmanager via the Debian / Ubuntu packages that we have created.

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 libflowmanager repository on 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
sudo apt-get update

Now you should be able to install the packages for libflowmanager using:

sudo apt-get install libflowmanager libflowmanager-dev
Clone this wiki locally