Installing the Blueworx Yum repository on Amazon Linux 2023

Note: All commands must be run as root, or as a user with root privileges using the sudo command.

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:

dnf config-manager --add-repo https://yum.blueworx.com/repos/blueworx_aws.repo

If you are unable to install https://yum.blueworx.com/repos/blueworx_aws.repo, you can use wget to manually install:

wget https://yum.blueworx.com/repos/blueworx_aws.repo -O /etc/yum.repos.d/blueworx_aws.repo
Note: If your server does not have internet access, refer to these instructions: Manual installation of Blueworx packages.