@@ -6,18 +6,18 @@ Endless Lifecycle Support (ELS) from TuxCare provides security fixes for OpenJDK
66
77** Supported architecture:** x86_64.
88
9- | OS | Package Type | OS Version | OpenJDK version |
10- | :-----------------------------------: | :----------: | :-----------: | :------------: |
11- | CentOS, CloudLinux, OracleLinux, etc. | RPM | 6.x, 7.x, 8.x | 8 |
12- | AlmaLinux | RPM | 8.x, 9.x | 8 |
13-
9+ | OS | Package Type | OS Version | OpenJDK version |
10+ | :-----------------------------------------------------: | :----------: | :-----------: | :-------------: |
11+ | EL 6 (CentOS, CloudLinux, OracleLinux, etc.) | RPM | 6.x | 8 |
12+ | EL 7 (CentOS, CloudLinux, OracleLinux, etc.) | RPM | 7.x | 8 |
13+ | EL 8 (CloudLinux, CentOS, AlmaLinux, OracleLinux, etc.) | RPM | 8.x | 8, 11 |
14+ | AlmaLinux | RPM | 9.x | 8 |
15+
1416
1517* Other versions and architectures upon request.
1618
1719## Installation Instructions
1820
19- These steps are suitable for RPM-based systems (CentOS, CloudLinux, AlmaLinux, Oracle Linux, etc).
20-
2121::: tip
2222This installation method is suitable for both non-containerized systems and containerized environments (such as Docker containers based on supported OS versions).
2323:::
@@ -27,7 +27,7 @@ This installation method is suitable for both non-containerized systems and cont
2727 <CodeWithCopy >
2828
2929 ``` text
30- wget https://repo.tuxcare.com/java -els/els-openjdk-release-install.x86_64.rpm
30+ wget https://repo.tuxcare.com/openjdk -els/els-openjdk-release-install.x86_64.rpm
3131 ```
3232
3333 </CodeWithCopy >
@@ -37,7 +37,7 @@ This installation method is suitable for both non-containerized systems and cont
3737 <CodeWithCopy >
3838
3939 ``` text
40- yum install ./els-openjdk-release-install.x86_64.rpm
40+ yum install ./els-openjdk-release-install.x86_64.rpm --license-key XXX-XXXXXXXXXXXX
4141 ```
4242 </CodeWithCopy >
4343
@@ -46,15 +46,19 @@ This installation method is suitable for both non-containerized systems and cont
4646 <CodeWithCopy >
4747
4848 ``` text
49- yum repolist | grep java -els
49+ yum repolist | grep openjdk -els
5050 ```
5151
5252 </CodeWithCopy >
5353
5454 You can now install OpenJDK versions supported by TuxCare’s Endless Lifecycle Support (ELS).
5555
56- 4 . Install OpenJDK, for example, OpenJDK 8:
56+ 4 . Install OpenJDK.
5757
58+ <TableTabs label =" OpenJDK version: " >
59+
60+ <template #8 >
61+
5862 <CodeWithCopy >
5963
6064 ``` text
@@ -63,6 +67,22 @@ This installation method is suitable for both non-containerized systems and cont
6367
6468 </CodeWithCopy >
6569
70+ </template >
71+
72+ <template #11 >
73+
74+ <CodeWithCopy >
75+
76+ ``` text
77+ yum install java-11-openjdk
78+ ```
79+
80+ </CodeWithCopy >
81+
82+ </template >
83+
84+ </TableTabs >
85+
66865 . Verify the installation:
6787
6888 <CodeWithCopy >
0 commit comments