I want to download Java version "1.6.0_36" in CentOS. I tried sudo yum install java-1.6.0-openjdk
, but it returned Java version 1.6.0_41. How do I install a specific version?
Can it be downloaded from the terminal directly?
I want to download Java version "1.6.0_36" in CentOS. I tried sudo yum install java-1.6.0-openjdk
, but it returned Java version 1.6.0_41. How do I install a specific version?
Can it be downloaded from the terminal directly?
2
Answers
You can download here and search for Java SE Runtime Environment 6u41
You can install a specific version hosted from CentOS archive server.
elrepo
, to make sure that you will have the latest RPM repository for CentOS.