AWS corretto documentation change
Summary
Removed steps for enabling yum repository on Amazon Linux 2 and deleted installation/uninstallation examples for JRE and JDK packages
Security assessment
Routine documentation update removing obsolete repository setup and package management instructions. No security fixes or security documentation changes are present.
Diff
diff --git a/corretto/latest/corretto-17-ug/amazon-linux-install.md b/corretto/latest/corretto-17-ug/amazon-linux-install.md index 35eca5c7e..5b77a4beb 100644 --- a//corretto/latest/corretto-17-ug/amazon-linux-install.md +++ b//corretto/latest/corretto-17-ug/amazon-linux-install.md @@ -13,23 +12,0 @@ This topic describes how to install and uninstall Amazon Corretto 17 on a host o - 1. Enable the yum repository in Amazon Linux 2. This is not required on Amazon Linux 2022 and later. - -###### Example - - sudo amazon-linux-extras enable corretto8 - - 2. You can install Amazon Corretto 17 as either the runtime environment (JRE) or the full development environment (JDK). The development environment includes the runtime environment. - -Install Amazon Corretto 17 as JRE. - -###### Example - - sudo yum install java-17-amazon-corretto - -Install Amazon Corretto 17 as JDK. - -###### Example - - sudo yum install java-17-amazon-corretto-devel - - - - @@ -115,14 +91,0 @@ You can uninstall Amazon Corretto 17 with the following commands. -Uninstall JRE: - -###### Example - - - sudo yum remove java-17-amazon-corretto - -Uninstall JDK: - -###### Example - - - sudo yum remove java-17-amazon-corretto-devel -