// Module is included in the following assemblies: // // serverless/knative-client.adoc [id="installing-cli-linux-rpm_{context}"] = Installing the `kn` CLI for Linux using an RPM For Red Hat Enterprise Linux (RHEL), you can install `kn` as an RPM if you have an active {product-title} subscription on your Red Hat account. .Procedure . Enter the command: + [source,terminal] ---- # subscription-manager register ---- . Enter the command: + [source,terminal] ---- # subscription-manager refresh ---- . Enter the command: + [source,terminal] ---- # subscription-manager attach --pool= <1> ---- + <1> Pool ID for an active {product-title} subscription . Enter the command: + [source,terminal] ---- # subscription-manager repos --enable="openshift-serverless-1-for-rhel-8-x86_64-rpms" ---- . Enter the command: + [source,terminal] ---- # yum install openshift-serverless-clients ----