CentOS 6 システムにインストールしたいソフトウェア モジュールの RPM があります。コマンド「rpm -ivh」を使用して、この RPM を yum データベースにインストールしました。私の理解では、RPM を使用して 'yum install' 経由でモジュールをインストールできるようになりましたが、これはうまくいきませんでした。だから私は何か正しいことをしているに違いないのですか?誰でもアドバイスできますか?
参考までに、これまでに試したことは次のとおりです。
$ rpm -ivh cx_Oracle-5.1.2-11g-py27-1.x86_64.rpm
Preparing... ########################################### [100%]
1:cx_Oracle ########################################### [100%]
$ yum search cx_Oracle
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ash.fastserv.com
* extras: mirror.symnds.com
* updates: ftp.linux.ncsu.edu
base | 3.7 kB 00:00
extras | 3.5 kB 00:00
updates | 3.5 kB 00:00
============================ N/S Matched: cx_Oracle ============================
cx_Oracle.x86_64 : Python interface to Oracle
$ yum install cx_Oracle
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ash.fastserv.com
* extras: mirror.symnds.com
* updates: ftp.linux.ncsu.edu
base | 3.7 kB 00:00
extras | 3.5 kB 00:00
updates | 3.5 kB 00:00
Setting up Install Process
Nothing to do
$ yum update cx_Oracle
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.ash.fastserv.com
* extras: mirror.symnds.com
* updates: ftp.linux.ncsu.edu
base | 3.7 kB 00:00
extras | 3.5 kB 00:00
updates | 3.5 kB 00:00
Setting up Update Process
No Packages marked for Update
提案、洞察などを事前に感謝します。