'OpenJDK 1.8.0 installs jre but not jdk?

I found this older post: sudo yum install installs only JRE not JDK - Centos

But when I ran sudo yum install java-1.8.0-openjdk-devel I don't see the jdk installed? I checked;

$ sudo alternatives --config java

There is 1 program that provides 'java'.

Selection Command

*+ 1 java-1.8.0-openjdk.x86_64 (/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.322.b06-2.el8_5.x86_64/jre/bin/java)

I do devops, not a developer but the devs asked for me to finish the install and get jdk on there, any advice?

Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source