EC2 OpenJdk rpm update

0

I have an EC2 instance that has currently java-11-openjdk-11.0.15.0.9-2.el7_9 installed. How do I update it to java-11-openjdk-11.0.16.0.9-2.el7_9 without removing it?

asked 2 years ago238 views
1 Answer
0

Hello,

You can update your Java version via the Command Line Interface (CLI) using the command “sudo yum update” (without quotations). There is no need to worry about removing previously installed updates on your instance.

This documentation gives more generalized instructions on installing packages within a Linux instance via the CLI: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-updates.html

Additionally, this 3rd-party documentation can provide a more detailed look into your specific question: https://thesmartpanda.com/aws-ec2-update-java/ (please note this is not an official AWS document).

Brett_C
answered 2 years ago
AWS
SUPPORT ENGINEER
reviewed 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions