LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Unable to install gnome rpm (https://www.linuxquestions.org/questions/linux-software-2/unable-to-install-gnome-rpm-555241/)

srini47 05-19-2007 05:02 PM

Unable to install gnome rpm
 
Hi all,

I am trying into install gnome-libs-1.4.1.2.90-34.1.i386.rpm on RedHat ES 5 (AMD 64). But it is giving error saying failed dependencies. I am try to install corresponding depend. but no luck please help me. This is urgent. Any ones help appreciated. Could you please suggest me the order and what are all dependencies i have to install.



root]# rpm -Uvh gnome-libs-1.4.1.2.90-34.1.i386.rpm
warning: gnome-libs-1.4.1.2.90-34.1.i386.rpm: Header V3 DSA signature: NOKEY, key ID 73307de6
error: Failed dependencies:
gtk+ >= 1:1.2.5 is needed by gnome-libs-1.4.1.2.90-34.1.i386
imlib is needed by gnome-libs-1.4.1.2.90-34.1.i386
libgdk-1.2.so.0 is needed by gnome-libs-1.4.1.2.90-34.1.i386
libgdk_imlib.so.1 is needed by gnome-libs-1.4.1.2.90-34.1.i386
libgtk-1.2.so.0 is needed by gnome-libs-1.4.1.2.90-34.1.i386
[root]# rpm -Uvh gtk+-1.2.10-56.el5.i386.rpm
warning: gtk+-1.2.10-56.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
gdk-pixbuf >= 0.18.0 is needed by gtk+-1.2.10-56.el5.i386

[root]# rpm -Uvh gdk-pixbuf-0.22.0-25.el5.i386.rpm
warning: gdk-pixbuf-0.22.0-25.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
error: Failed dependencies:
libgdk-1.2.so.0 is needed by gdk-pixbuf-0.22.0-25.el5.i386
libgtk-1.2.so.0 is needed by gdk-pixbuf-0.22.0-25.el5.i386

Thanks

billymayday 05-19-2007 05:08 PM

Looks like you need to install libgdk+

srini47 05-19-2007 06:30 PM

Hi billy,

Thank you. could please tell me where can i download the libgdk+ for ES 5.

Thanks.

billymayday 05-19-2007 06:33 PM

Have you tried using yum (or is it up2date on RH?)

srini47 05-19-2007 06:50 PM

Could you please give more details regarding yum. I am new to linux. I didn't find this pkg on any RH ES 5 cds.

The following files exists under /usr/lib64 dir
libgdk_pixbuf-2.0.so
libgdk_pixbuf-2.0.so.0
libgdk_pixbuf-2.0.so.0.1000.4
libgdk_pixbuf_xlib-2.0.so
libgdk_pixbuf_xlib-2.0.so.0
libgdk_pixbuf_xlib-2.0.so.0.1000.4
libgdk-x11-2.0.so
libgdk-x11-2.0.so.0
libgdk-x11-2.0.so.0.1000.4
libgd.so

Do I have setup any LD_LIBPATH varible or some thing ??

billymayday 05-19-2007 07:24 PM

just try

yum install libgdk+

srini47 05-19-2007 07:48 PM

I checked about this rpm it is already installed.

[root]# rpm -q yum-*
yum-3.0.1-5.el5

srini47 05-20-2007 07:11 AM

Please help me on this.

billymayday 05-20-2007 07:17 AM

did you try yum install libgdk+ ?

srini47 05-20-2007 07:38 AM

yum is already installed.
root]# rpm -q yum-*
yum-3.0.1-5.el5

do i have to install any other yum ???
Or Please guide my how to install libgdk+ using yum

nutnut 05-20-2007 07:45 AM

Not that I know much about RPMs or YUM, but, to me it appears that the suggested command ('yum install libgdk+') isn't trying to install YUM, but is using YUM to install libgdk+.

Running 'yum install libgdk+' doesn't install YUM?

James

billymayday 05-20-2007 03:21 PM

That's correct - try typing

yum install libgdk+

from a terminal session

srini47 05-21-2007 08:08 AM

Is there any other way we can install this?

Bhambra 05-21-2007 08:29 AM

According to ur description, when u give command to install gtk*, it displays error message that failed dependency and vice versa.
The solution to this is that use rpm with no dependency option like

rpm -ivh --nodeps gtk+* [enter]

Then install gdk-pixbuf with same option.

I think it should work.

srini47 05-23-2007 12:50 PM

I tried yum no luck. Please help me.

[root]# yum install libgdk+
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
Setting up Install Process
Setting up repositories
rhel-x86_64-server-5 100% |=========================| 1.4 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libgdk+
Nothing to do
[root]# yum install libgtk+
Loading "installonlyn" plugin
Loading "rhnplugin" plugin
Setting up Install Process
Setting up repositories
rhel-x86_64-server-5 100% |=========================| 1.4 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libgtk+
Nothing to do


All times are GMT -5. The time now is 06:28 AM.