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: content/install-guides/oci-cli.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
additional_search_terms:
3
3
- cloud
4
4
- OCI
5
-
- Oracle
5
+
- Oracle
6
6
- infrastructure
7
7
8
8
layout: installtoolsall
@@ -21,14 +21,14 @@ tool_install: true
21
21
weight: 1
22
22
---
23
23
24
-
The Oracle Cloud Infrastructure Command Line Interface (OCI CLI) is a cross-platform command-line tool that can be installed locally on development computers. OCI CLI is used to connect to OCI and execute administrative commands on OCI resources.
24
+
The Oracle Cloud Infrastructure Command Line Interface (OCI CLI) is a cross-platform command-line tool that can be installed locally on development computers. OCI CLI is used to connect to OCI and execute administrative commands on OCI resources.
25
25
26
-
It is available for a variety of operating systems and Linux distributions and has multiple ways to install it.
26
+
It is available for a variety of operating systems and Linux distributions and has multiple ways to install it.
27
27
28
28
## Before you begin
29
29
30
-
[General installation information](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm#InstallingCLI__linux_and_unix) is available which covers all supported Linux distributions.
31
-
30
+
[General installation information](https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/cliinstall.htm#InstallingCLI__linux_and_unix) is available which covers all supported Linux distributions.
31
+
32
32
This install guide provides a quick solution to install OCI CLI for Ubuntu on Arm.
33
33
34
34
Confirm you are using an Arm machine by running:
@@ -47,46 +47,46 @@ If you see a different result, you are not using an Arm computer running 64-bit
47
47
48
48
## Download and Install
49
49
50
-
The easiest way to install OCI CLI for Ubuntu on Arm is to use the install script.
50
+
The easiest way to install OCI CLI for Ubuntu on Arm is to use the install script.
51
51
52
52
You can run an automated install with default values or an interactive install to change the default values.
53
53
54
-
To run an an automated install with default values run:
54
+
To run an an automated install with default values run:
0 commit comments