- 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
- 廣電5G從入門到精通
- 5G承載網網絡規劃與組網設計
- 重新定義Spring Cloud實戰
- Django 2 by Example
- Learning QGIS 2.0
- OpenLayers Cookbook
- PLC、現場總線及工業網絡實用技術速成
- 區塊鏈輕松上手:原理、源碼、搭建與應用
- Learning Swift(Second Edition)
- Microsoft Dynamics CRM 2011 Applications(MB2-868) Certification Guide
- CCNP TSHOOT(642-832)認證考試指南
- 網絡環境中基于用戶視角的信息質量評價研究
- 沖擊:5G如何改變世界
- Hands-On Docker for Microservices with Python
- 圖解物聯網