LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot install rpms (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-install-rpms-4175577010/)

Joy Stick 04-08-2016 02:48 PM

Cannot install rpms
 
Hi ,

Trting to install SQL-Developer tool in linux.

>> JDK S/w downloaded.
PHP Code:

Linux x86  154.74 MB   jdk-8u77-linux-i586.rpm
http
://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 

PHP Code:

[root@OEL-SERVER u03]# rpm -ivh jdk-8u77-linux-i586.rpm  
Preparing...                ########################################### [100%]
   
1:jdk1.8.0_77            ########################################### [100%]
Unpacking JAR files...
        
tools.jar...
        
plugin.jar...
        
javaws.jar...
        
deploy.jar...
        
rt.jar...
        
jsse.jar...
        
charsets.jar...
        
localedata.jar...
        
jfxrt.jar...

[
root@OEL-SERVER u03]# rpm -ivh sqldeveloper-4.1.3.20.78-1.noarch.rpm 
errorFailed dependencies:
        
rpmlib(FileDigests) <= 4.6.0-1 is needed by sqldeveloper-4.1.3.20.78-1.noarch
        rpmlib
(PayloadIsXz) <= 5.2-1 is needed by sqldeveloper-4.1.3.20.78-1.noarch 

How do i solve this ??

PHP Code:

# uname -a
Linux OEL-SERVER 2.6.18-194.el5PAE #1 SMP Mon Mar 29 20:19:03 EDT 2010 i686 i686 i386 GNU/Linux 


Joy Stick 04-08-2016 04:01 PM

Hi all,


where do i get these dependencies ???
where can i download ?

John VV 04-08-2016 06:54 PM

do this
Code:

su -
yum install jdk-8u77-linux

however are you 100% sure you want to replace the OpenJDK that is installed by default with a different version ?

Code:

su -
yum search java



All times are GMT -5. The time now is 02:24 AM.