« Back to Technical Questions

rpm-4.4.2-48.el5.i386.rpm on AXP 1.6.1

Combination View Flat View Tree View
Hi all,
I am a newbie and I have a question about the version of rpm package installed on AXP 1.6.1 In
developer guide it is written that rpm-4.4.2-48.el5.i386.rpm  is installed with AXP reference OS but when I tried to install
rpm-python-4.4.2-48.el5.i386.rpm package I get an dependecy error indicating rpm-4.4.2-48.el5 is required. Moreover while I was upgrading my NME module's software from 1.5.3 to 1.6.1 I realized following output;
"/bin/sutar: addons/vios/centos-5.2/rpm-4.4.2-48.i386.rpm: time stamp 2010-09-04 22:44:20 is 3059122 s in the future"
 
How can I see the current rpm package version and upgrade it if needed?

Hi senol karahasan,
 
please try to use --nodeps option while installing rpm,also try to update rpm-4.4.2-48.el5.i386.rpm before you try to install rpm-python-4.4.2-48.el5.i386.rpm
for example
 rpm -ivh --nodeps rpm-python-4.4.2-48.el5.i386.rpm
 
Thanks,
Raghavendra