Skip to content

Commit

Permalink
Update info for Oracle Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
crramirez authored Sep 26, 2021
1 parent 6ec9d3e commit 920d540
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ sudo apk add wslu
Download the latest package from release and install using the command: `sudo pacman -U *.zst`

### CentOS/RHEL
### CentOS/RHEL/Oracle Linux

Add the repository for the corresponding Linux distribution:

Expand All @@ -84,6 +84,16 @@ sudo dnf install -y epel-release
sudo dnf config-manager --set-enabled PowerTools
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo
```
- **Oracle Linux 7**:
```
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/RHEL_7/home:wslutilities.repo
```
- **Oracle Linux 8**:
```
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo subscription-manager repos --enable codeready-builder-for-rhel-8-$(/bin/arch)-rpms
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/CentOS_8/home:wslutilities.repo
```
- **Red Hat Enterprise Linux 7**:
```
sudo yum-config-manager --add-repo https://download.opensuse.org/repositories/home:/wslutilities/RHEL_7/home:wslutilities.repo
Expand Down Expand Up @@ -148,12 +158,12 @@ sudo yum install wslu

Add the EPEL repository:
```
sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
sudo dnf install -y epel-release
```
You can install `wslu` with the following command:

```
sudo dnf install wslu
sudo dnf install -y wslu
```

### Ubuntu
Expand Down

0 comments on commit 920d540

Please sign in to comment.