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: documentation/1.0/content/setup/install.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,14 @@ description: "Install the WKT UI application and check for updates."
9
9
1. Download the latest WebLogic Kubernetes Toolkit UI (WKT UI) application installers from the [GitHub Releases section](https://github.com/oracle/weblogic-toolkit-ui/releases) of this repository.
10
10
2. Simply run the appropriate installer for your operating system.
11
11
12
-
**NOTE**: When installing on Linux, to get _all_ the dependencies and installed in the correct order, use a command similar to the following:
12
+
**NOTE**: On Linux, to get _all_ the dependencies and have them installed in the correct order, you need to use the package manager to install the `rpm` or `deb` file.
13
+
14
+
- On Oracle/RedHat/CentOS (and some others), use either `yum` or `dnf`; for example:
13
15
```
14
16
sudo yum localinstall wktui-1.0.0.x86_64.rpm
15
17
```
16
18
17
-
- On Oracle/RedHat/CentOS (and some others), use either `yum` or `dnf`
0 commit comments