-
Notifications
You must be signed in to change notification settings - Fork 13
Installing via RPM
Shane Alcock edited this page Oct 21, 2022
·
8 revisions
Currently we build and support RPMs for the following distros:
- RHEL 7, 8 and (starting from wandio 4.2.4) 9
- Fedora N and N-1, where N is most recent stable release of Fedora
First, install the EPEL package repositories for your distribution:
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Now you can install the libwandio packages:
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandio/cfg/setup/bash.rpm.sh' | sudo -E bash
sudo yum install libwandio1 libwandio1-devel libwandio1-tools
First, install the EPEL package repositories for your distribution:
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
Now you can install the libwandio packages:
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandio/cfg/setup/bash.rpm.sh' | sudo -E bash
sudo yum install libwandio1 libwandio1-devel libwandio1-tools
sudo yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
Now you can install the libwandio packages:
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandio/cfg/setup/bash.rpm.sh' | sudo -E bash
sudo yum install libwandio1 libwandio1-devel libwandio1-tools
This is straightforward, just run the following:
curl -1sLf 'https://dl.cloudsmith.io/public/wand/libwandio/cfg/setup/bash.rpm.sh' | sudo -E bash
sudo dnf install libwandio1 libwandio1-devel libwandio1-tools