此内容没有您所选择的语言版本。
2.2.5.2. Installing the Client Tools
There are two ways to install the client tools on Fedora operating systems:
- Install the RPM using YUM package manager
- Install the gem using
gem install
Note
The RPM version of the client tools is not updated as frequently as the gem maintained by the OpenShift Enterprise development team.
Installing with YUM Package Manager
Run the following command to install the client tools and all other required dependencies:
sudo yum install rubygem-rhc
$ sudo yum install rubygem-rhc
Installing with Gem
Run the following command to install Ruby and RubyGems if they are not already installed:
sudo yum install rubygems
$ sudo yum install rubygems
Run the following command to install the client tools and all other required dependencies:
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
sudo gem install rhc
$ sudo gem install rhc