- OpenShift Cookbook
- Shekhar Gulati
- 240字
- 2021-08-05 17:37:38
Updating rhc
The OpenShift command-line tool, rhc
, is the most powerful and popular way to work with OpenShift. In this recipe, you will learn how to update rhc
to the latest version. OpenShift Online has a three-week release cycle, and most of the time, the rhc
client tool is also updated to either support a new feature or fix a bug. So, it always helps if you use the latest version of rhc
.
Getting ready
To be ready for this recipe, you will need an already installed rhc
. No other prerequisites are required.
How to do it…
To update the rhc
gem, run the gem update
command:
$ gem update rhc
This is all you need to do to update the rhc
command line to the latest version.
How it works…
rhc
is a Ruby gem and RubyGems
is a package manager like many other package managers. It uses a central repository, which hosts installable packages. When you run the gem update
command, this command-line tool fetches the latest packages from the central repository and installs them.
There's more…
When you start working with rhc
, you will soon have multiple versions of the rhc
gem installed on your machine. You can uninstall all the previous versions using the cleanup
command. This command will uninstall old versions of installed gems in the local repository:
$ gem cleanup rhc
See also
- The Installing the OpenShift rhc command-line client recipe
- 黑客攻防實(shí)戰(zhàn)技術(shù)完全手冊(cè):掃描、嗅探、入侵與防御
- Hands-On Industrial Internet of Things
- 走進(jìn)物聯(lián)網(wǎng)
- 網(wǎng)絡(luò)創(chuàng)新指數(shù)研究
- 計(jì)算機(jī)網(wǎng)絡(luò)安全實(shí)訓(xùn)教程(第二版)
- 企業(yè)私有云建設(shè)指南
- Learning Swift(Second Edition)
- 網(wǎng)絡(luò)安全應(yīng)急響應(yīng)技術(shù)實(shí)戰(zhàn)
- OMNeT++與網(wǎng)絡(luò)仿真
- 通信十年:擁抱互聯(lián)網(wǎng)
- 工業(yè)互聯(lián)網(wǎng)創(chuàng)新實(shí)踐
- 一本書(shū)讀懂物聯(lián)網(wǎng)
- 圖解物聯(lián)網(wǎng)
- 黑客與反黑工具使用詳解
- 網(wǎng)絡(luò)基本通信約束下的系統(tǒng)性能極限分析與設(shè)計(jì)