Skip to content

Commit 42e1d1c

Browse files
edits per Robert
1 parent caa9b8a commit 42e1d1c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

documentation/1.0/content/setup/install.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ description: "Install the WKT UI application and check for updates."
99
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.
1010
2. Simply run the appropriate installer for your operating system.
1111

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:
1315
```
1416
sudo yum localinstall wktui-1.0.0.x86_64.rpm
1517
```
1618

17-
- On Oracle/RedHat/CentOS (and some others), use either `yum` or `dnf`
18-
- On Ubuntu, run:
19+
- On Ubuntu, use `apt-get`; for example:
1920
```
2021
sudo dpkg -i wktui_1.0.0_amd64.deb
2122
```

0 commit comments

Comments
 (0)