I want to install sun jdk 6 on RHEL 4.x using yum install java-1.6.0-sun-devel , but found that I have to subscribe to an additional server channel. How to do it?
yum install java-1.6.0-sun-devel
Thanks at Advance!
Add an additional channel / repository:
yum-config-manager --enable rhel-6-server-supplementary
Make sure that the required package is available and installed:
yum list *-sun-devel yum install java-1.6.0-sun-devel
Source: https://habr.com/ru/post/914021/More articles:How to set QTextDocument fields and other properties (setHTML, print in pdf)? - htmlMapping a Restkit Nested Array - objective-cexcel vba: make part of a line in bold - vbaAppStore on iPhone Simulator Xcode - iosPassing custom objects from servlet to JSP - jspdjango: Save image from url inside another model - pythonPerformance Backbone.js for IE6 IE7 and IE8 - internet-explorerUsing WSDL.exe with a local WSDL file with external .xsd files - c #Workflow for multiple SVN branches in IntelliJ IDEA - branchPlural matching using regular expression in C # - c #All Articles