File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff 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
84113To install Patroni on Red Hat Enterprise Linux 9 and compatible derivatives, enable the ` epel ` repository
You can’t perform that action at this time.
0 commit comments