instaling de jdk-7u25-linux-i586.rpm sur l'erreur Centos

0

Lorsque j'essaie d'installer jdk-7u25-linux-i586.rpmsur mon système CentOS, l'erreur suivante apparaît:

rpm -ivh --replacepkgs jdk-7u25-linux-i586.rpm
Preparing...                ########################################### [100%]
   1:jdk                    ########################################### [100%]
Unpacking JAR files...
        rt.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/jre/lib/rt.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/jre/lib/rt.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.
        jsse.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/jre/lib/jsse.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/jre/lib/jsse.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.
        charsets.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/jre/lib/charsets.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/jre/lib/charsets.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.
        tools.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/lib/tools.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/lib/tools.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.
        localedata.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/jre/lib/ext/localedata.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/jre/lib/ext/localedata.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.
        plugin.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/jre/lib/plugin.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/jre/lib/plugin.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.
        javaws.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/jre/lib/javaws.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/jre/lib/javaws.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.
        deploy.jar...
Error: Could not open input file: /usr/java/jdk1.7.0_25/jre/lib/deploy.pack
Error: unpack could not create JAR file:

        /usr/java/jdk1.7.0_25/jre/lib/deploy.jar

Please refer to the Troubleshooting section of the Installation Instructions
on the download page.

Je ne sais pas trop comment résoudre ce problème, toute aide serait grandement appréciée!

Merci Andrew Nel

andrew_nel
la source
Avez-vous essayé l'installation sous l'utilisateur root?
BlueBerry - Vignesh4303
Avez-vous regardé "la section Dépannage des instructions d'installation sur la page de téléchargement"?
Terdon
cette installation que j'ai postée date de ma connexion en tant que root et j'ai également essayé de l'installer avec sudo dans le même sens
andrew_nel
J'ai aussi cherché la section de dépannage mais je n'ai rien trouvé de spécifique à cette installation
andrew_nel
stackoverflow.com/questions/13302271/… peut vous aider
BlueBerry - Vignesh4303