Install OpenShift Command Line Interface on CentOS

In the previous tutorial, I showed you how to install OpenShift’s Command Line Interface tool on macOS, in this tutorial, I will show you how to install it on CentOS!

– First, you also go to https://github.com/openshift/origin/releases to download latest version of OpenShift.

Install OpenShift Command Line Interface on CentOS

Here I will download the file openshift-origin-client-tools-v3.11.0-0cbc58b-linux-64bit.tar.gz.

– After downloading, you can extract this file to use the tar command.

– Next, I will open Terminal and open the .bashrc file in the user directory to add the path information to the folder which I unzipped above, as follows:

– Save and run the following command to our change effective immediately.

Check the result:

Install OpenShift Command Line Interface on CentOS

Add Comment