Skip to content

Commit 60af851

Browse files
authored
Merge pull request #106 from mikalekseev/mikalekseev/update-supported-distros
eportal: update supported distros, added Ubuntu 24.04 and Debian 11/12
2 parents 004aaa4 + 8f5bf8e commit 60af851

File tree

1 file changed

+61
-5
lines changed

1 file changed

+61
-5
lines changed

docs/eportal/README.md

Lines changed: 61 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As far as other requirements concerned, we have tested the following configurati
4343
If you are installing for the first time, please confirm with our sales engineering team at [sales@tuxcare.com](sales@tuxcare.com) **BEFORE** trying the installation via the documentation below. Please note that support tickets resulting from not following this recommendation will not be accepted.
4444
:::
4545

46-
ePortal is compatible with 64-bit versions of EL7/8/9 based distros like CentOS 7/8, AlmaLinux 8/9 and Ubuntu 20.04/22.04
46+
ePortal is compatible with 64-bit versions of EL7/8/9 based distros like CentOS 7/8, AlmaLinux 8/9, Ubuntu 20.04/22.04/24.04 and Debian 11/12
4747

4848
### RHEL-based distros
4949

@@ -110,7 +110,7 @@ Install ePortal:
110110
Setup ePortal repo:
111111

112112
```text
113-
# apt-get install -y --no-install-recommends curl ca-certificates
113+
# apt update && apt install -y --no-install-recommends curl ca-certificates
114114
115115
# curl https://repo.cloudlinux.com/kernelcare/kernelcare.gpg -o /usr/share/keyrings/kcare-eportal.gpg
116116
@@ -122,15 +122,15 @@ EOL
122122
Install ePortal:
123123

124124
```text
125-
# apt-get update && apt-get install -y --no-install-recommends kcare-eportal
125+
# apt update && apt install -y --no-install-recommends kcare-eportal
126126
```
127127

128128
### Ubuntu 22.04
129129

130130
Setup ePortal repo:
131131

132132
```text
133-
# apt-get install -y --no-install-recommends curl ca-certificates
133+
# apt update && apt install -y --no-install-recommends curl ca-certificates
134134
135135
# curl https://repo.cloudlinux.com/kernelcare/kernelcare.gpg -o /usr/share/keyrings/kcare-eportal.gpg
136136
@@ -142,7 +142,63 @@ EOL
142142
Install ePortal:
143143

144144
```text
145-
# apt-get update && apt-get install -y --no-install-recommends kcare-eportal
145+
# apt update && apt install -y --no-install-recommends kcare-eportal
146+
```
147+
148+
### Ubuntu 24.04
149+
150+
Setup ePortal repo:
151+
152+
```text
153+
# apt update && apt install -y --no-install-recommends curl ca-certificates
154+
155+
# curl https://repo.cloudlinux.com/kernelcare/kernelcare.gpg -o /usr/share/keyrings/kcare-eportal.gpg
156+
157+
# cat > /etc/apt/sources.list.d/kcare-eportal.list <<EOL
158+
deb [signed-by=/usr/share/keyrings/kcare-eportal.gpg] https://repo.cloudlinux.com/kcare-eportal/24.04 noble main
159+
EOL
160+
```
161+
162+
Install ePortal:
163+
164+
```text
165+
# apt update && apt install -y --no-install-recommends kcare-eportal
166+
```
167+
168+
### Debian 11
169+
170+
```text
171+
# apt update && apt install -y --no-install-recommends curl ca-certificates
172+
173+
# curl https://repo.cloudlinux.com/kernelcare/kernelcare.gpg -o /usr/share/keyrings/kcare-eportal.gpg
174+
175+
# cat > /etc/apt/sources.list.d/kcare-eportal.list <<EOL
176+
deb [signed-by=/usr/share/keyrings/kcare-eportal.gpg] https://repo.cloudlinux.com/kcare-eportal/debian/11 kcare main
177+
EOL
178+
```
179+
180+
Install ePortal:
181+
182+
```text
183+
# apt update && apt install -y --no-install-recommends kcare-eportal
184+
```
185+
186+
### Debian 12
187+
188+
```text
189+
# apt update && apt install -y --no-install-recommends curl ca-certificates
190+
191+
# curl https://repo.cloudlinux.com/kernelcare/kernelcare.gpg -o /usr/share/keyrings/kcare-eportal.gpg
192+
193+
# cat > /etc/apt/sources.list.d/kcare-eportal.list <<EOL
194+
deb [signed-by=/usr/share/keyrings/kcare-eportal.gpg] https://repo.cloudlinux.com/kcare-eportal/debian/12 kcare main
195+
EOL
196+
```
197+
198+
Install ePortal:
199+
200+
```text
201+
# apt update && apt install -y --no-install-recommends kcare-eportal
146202
```
147203

148204
## Allowed hosts

0 commit comments

Comments
 (0)