Skip to content

Commit 5a6662c

Browse files
committed
Update yum.md
1 parent a031bb3 commit 5a6662c

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/yum.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,35 @@ You may need to install the `percona-postgresql{{pgversion}}-devel` package when
7979
$ sudo dnf install perl-IPC-Run -y
8080
```
8181

82+
=== "RHEL10"
83+
84+
```{.bash data-prompt="$"}
85+
$ sudo dnf config-manager --set-enabled codeready-builder-for-rhel-10-rhui-rpms
86+
$ sudo dnf install perl-IPC-Run -y
87+
```
88+
89+
If the required packages are not available in RHEL repos, install EPEL:
90+
91+
```{.bash data-prompt="$"}
92+
$ sudo dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-10.noarch.rpm
93+
$ sudo dnf install perl-IPC-Run -y
94+
```
95+
96+
=== "Rocky Linux 10"
97+
98+
```{.bash data-prompt="$"}
99+
$ sudo dnf install dnf-plugins-core
100+
$ sudo dnf config-manager --set-enabled crb
101+
$ sudo dnf install perl-IPC-Run -y
102+
```
103+
104+
=== "Oracle Linux 10"
105+
106+
```{.bash data-prompt="$"}
107+
$ sudo dnf config-manager --set-enabled ol10_codeready_builder
108+
$ sudo dnf install perl-IPC-Run -y
109+
```
110+
82111
### For `percona-patroni` package
83112

84113
To install Patroni on Red Hat Enterprise Linux 9 and compatible derivatives, enable the `epel` repository

0 commit comments

Comments
 (0)