Chapter 2. Installation
This chapter guides you through the steps to install AMQ Ruby in your environment.
2.1. Prerequisites
- You must have a subscription to access AMQ release files and repositories.
- To install packages on Red Hat Enterprise Linux, you must register your system.
- To use AMQ Ruby, you must install Ruby in your environment.
2.2. Installing on Red Hat Enterprise Linux
Procedure
Use the
subscription-managercommand to subscribe to the required package repositories. Replace<version>with2for the main release stream or2.11for the long term support release stream. If necessary, replace<variant>with the value for your variant of Red Hat Enterprise Linux (for example,serverorworkstation).Red Hat Enterprise Linux 7
$ sudo subscription-manager repos --enable=amq-clients-<version>-for-rhel-7-<variant>-rpms
Red Hat Enterprise Linux 8
$ sudo subscription-manager repos --enable=amq-clients-<version>-for-rhel-8-x86_64-rpmsUse the
yumcommand to install therubygem-qpid_protonandrubygem-qpid_proton-docpackages.$ sudo yum install rubygem-qpid_proton rubygem-qpid_proton-doc
For more information about using packages, see Appendix B, Using Red Hat Enterprise Linux packages.