Este conteúdo não está disponível no idioma selecionado.
Chapter 2. Installation
This chapter guides you through the steps required to install AMQ Python in your environment.
2.1. Prerequisites Copiar o linkLink copiado para a área de transferência!
To begin installation, use your subscription to access AMQ distribution archives and package repositories.
2.2. Installing on Red Hat Enterprise Linux Copiar o linkLink copiado para a área de transferência!
AMQ Python is distributed as a set of RPM packages for Red Hat Enterprise Linux. Follow these steps to install them.
Use the
subscription-managercommand to subscribe to the required package repositories.Red Hat Enterprise Linux 6
$ sudo subscription-manager repos --enable=amq-clients-2-for-rhel-6-server-rpmsRed Hat Enterprise Linux 7
$ sudo subscription-manager repos --enable=amq-clients-2-for-rhel-7-server-rpmsUse the
yumcommand to install thepython-qpid-protonandpython-qpid-proton-docspackages.$ sudo yum install python-qpid-proton python-qpid-proton-docs