-
Notifications
You must be signed in to change notification settings - Fork 60
Installing RPM Packaged Version
Shane Alcock edited this page Nov 12, 2020
·
1 revision
This page covers instructions that will help with installing libprotoident via the RPMs that we have created for Centos / RHEL / Fedora.
NOTE: only Centos 7 and Centos 8 are currently supported by libprotoident.
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
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libprotoident/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 libprotoident using:
sudo yum install libprotoident libprotoident-devel libprotoident-tools
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
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libprotoident/cfg/setup/bash.rpm.sh' | sudo -E bash
Now you should be able to install the packages for libprotoident using:
sudo dnf install libprotoident libprotoident-devel libprotoident-tools