You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/developer-cli-odo-installing-odo-on-linux.adoc
+53Lines changed: 53 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,3 +41,56 @@
41
41
----
42
42
# chmod +x /usr/local/bin/odo
43
43
----
44
+
45
+
== Installing with yum on {op-system-base-full}
46
+
47
+
.Procedure
48
+
49
+
. Register with Red Hat Subscription Manager:
50
+
+
51
+
[source,terminal]
52
+
----
53
+
# subscription-manager register
54
+
----
55
+
56
+
. Pull the latest subscription data:
57
+
+
58
+
[source,terminal]
59
+
----
60
+
# subscription-manager refresh
61
+
----
62
+
63
+
. List the available subscriptions:
64
+
+
65
+
[source,terminal]
66
+
----
67
+
# subscription-manager list --available --matches '*OpenShift Developer Tools and Services*'
68
+
----
69
+
70
+
. In the output of the previous command, find the `Pool ID` field for your {product-title} subscription and attach the subscription to the registered system:
71
+
+
72
+
[source,terminal]
73
+
----
74
+
# subscription-manager attach --pool=<pool_id>
75
+
----
76
+
77
+
. Enable the repositories required by `{odo-title}`:
0 commit comments