此内容没有您所选择的语言版本。
Chapter 2. Installation
This chapter guides you through the steps to install AMQ Python in your environment.
2.1. Prerequisites 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
To begin installation, use your subscription to access AMQ distribution files and repositories.
2.2. Installing on Red Hat Enterprise Linux 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
AMQ Python is distributed as a set of RPM packages for Red Hat Enterprise Linux. Follow these steps to install them.
Use the
subscription-manager
command to subscribe to the required package repositories.Red Hat Enterprise Linux 6
sudo subscription-manager repos --enable=amq-clients-2-for-rhel-6-server-rpms
$ sudo subscription-manager repos --enable=amq-clients-2-for-rhel-6-server-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Red Hat Enterprise Linux 7
sudo subscription-manager repos --enable=amq-clients-2-for-rhel-7-server-rpms
$ sudo subscription-manager repos --enable=amq-clients-2-for-rhel-7-server-rpms
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Use the
yum
command to install thepython-qpid-proton
andpython-qpid-proton-docs
packages.sudo yum install python-qpid-proton python-qpid-proton-docs
$ sudo yum install python-qpid-proton python-qpid-proton-docs
Copy to Clipboard Copied! Toggle word wrap Toggle overflow