이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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-manager
command to subscribe to the required package repositories. Replace<version>
with2
for the main release stream or2.9
for the long term support release stream. If necessary, replace<variant>
with the value for your variant of Red Hat Enterprise Linux (for example,server
orworkstation
).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-rpms
Use the
yum
command to install therubygem-qpid_proton
andrubygem-qpid_proton-doc
packages.$ 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.