此内容没有您所选择的语言版本。
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. 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-2-for-rhel-7-<variant>-rpms
Red Hat Enterprise Linux 8
$ sudo subscription-manager repos --enable=amq-clients-2-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.