Wednesday 15 July 2015

python 2.7 - How do I install software with an RPM (cx_Oracle) onto CentOS 6? -


I have RPM for software module that I want to install on a CentOS 6 system. I have this RPM to 'rpm is installed in the yum database through -ivh' command my understanding is that RPM can be used to install modules via 'yum install', but it did not work , That means I get the message "Nothing" to install it. So should I not do anything right? ? Can anyone give advice

FYI Here's what I've tried so far:

  $ rpm -ivh cx_Oracle-5.1.2-11g-py27- 1.x86_64.rpm Preparing ... ################################ [100%] 1: cx_Oracle ################################ [100% mirror.ash.fastserv.com * extras: mirror.symnds .com * update: cash went hostfile * is fastestmirror load based on mirror speed:] $ Yum looking cx_Oracle loaded plugins ftp.linux.ncsu.edu basis | 3.7 KB 00:00 ext. 3.5 KB 00:00 update | 3.5 kB 00:00 ============================ N / S Matches: cx_Oracle ========= == ================= cx_Oracle.x86_64: Oracle $ to Python interface loaded on through established cx_Oracle plug-in loading fastestmirror the hostfile went cache Mirror speed * Base: mirror.ash.fastserv.com * Extra: mirror.symnds.com * Update: ftp.linux.ncsu.edu Support | 3.7 KB 00:00 ext. 3.5 KB 00:00 update | Install 3.5 kB 00:00 set is nothing to $ Yum update plug-ins loaded on cx_Oracle process: loading fastestmirror the hostfile went cache mirror speed * basis: mirror.ash.fastserv. Com * Extra Artist: mirror.symnds.com * Update: ftp.linux .ncsu.edu Support | 3.7 KB 00:00 ext. 3.5 KB 00:00 update | 3.5 KB KB 00:00 Update no installation package for any package marked for update   

Thank you in advance for any suggestions, insights, etc.

You have already installed the package. You used rpm to install cx_Oracle-5.1.2-11g-py27-1.x86_64.rpm. "Cx_Oracle.x86_64" that the Yum Search cx_Oracle report is very one that you have installed on your machine through your RPM order.

No comments:

Post a Comment