All Blueworx software is installed and updated using a Yum repository. Before you install the Blueworx packages, you need to install the Blueworx Yum repository on your system. To do this run the following command:
yum-config-manager --add-repo https://yum.blueworx.com/repos/blueworx.repo
You will need to have the yum-utils package installed to use the yum-config-manager command. If you do not have this, install by running:
yum install yum-utils
If you are unable to install yum-utils, you can use wget to manually install:
wget https://yum.blueworx.com/repos/blueworx.repo -O /etc/yum.repos.d/blueworx.repo