-
Notifications
You must be signed in to change notification settings - Fork 7
Installing RPM Packaged Version
Shane Alcock edited this page Nov 10, 2020
·
1 revision
This page covers instructions that will help with installing libflowmanager via the RPMs that we have created for Centos / RHEL / Fedora.
NOTE: only Centos 7 and Centos 8 are currently supported by libflowmanager.
Run the following commands:
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandio/cfg/setup/bash.rpm.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandder/cfg/setup/bash.rpm.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libtrace/cfg/setup/bash.rpm.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libflowmanager/cfg/setup/bash.rpm.sh' | sudo -E bash
For Centos 7, you'll also need to run the following:
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
For Centos 8, do the following instead:
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
Now you should be able to install the packages for libflowmanager using:
sudo yum install libflowmanager libflowmanager-devel
Run the following commands:
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandio/cfg/setup/bash.rpm.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandder/cfg/setup/bash.rpm.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libtrace/cfg/setup/bash.rpm.sh' | sudo -E bash
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libflowmanager/cfg/setup/bash.rpm.sh' | sudo -E bash
Now you should be able to install the packages for libflowmanager using:
sudo dnf install -y libtrace-devel
sudo dnf install libflowmanager libflowmanager-devel