LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   installing rpm's help (https://www.linuxquestions.org/questions/linux-software-2/installing-rpms-help-38658/)

unixpirate 12-17-2002 01:23 PM

installing rpm's help
 
I am attemtping to install firestarter and keep getting a message that it is already installed. But when I do a verify it says not installed.

[root@mcbain /]# rpm -Uvh firestarter*rpm
Preparing... ########################################### [100%]
package firestarter-0.8.3-1 is already installed

then I do, and it says
[root@mcbain /]# rpm -V firestarter-0.8.3-1.i386.rpm
package firestarter-0.8.3-1.i386.rpm is not installed

I do a
[root@mcbain /]# find / -name firestarter*
/firestarter-0.8.3-1.i386.rpm. Nothing.

What am I doing wrong?
Running RH 7.3.

thanks,
Jay

michael_hilliard 12-17-2002 01:56 PM

What do you get when you do an rpm -q firestarter?

unixpirate 12-17-2002 02:01 PM

[root@mcbain /tmp]# rpm -q firestarter*rpm
package firestarter-0.8.3-1.i386.rpm is not installed

unixpirate 12-17-2002 02:25 PM

I downloaded a newer v of firestarter and this is what I get when attempting to do the install

[root@mcbain /root]# rpm -Uvh firestarter*rpm
error: failed dependencies:
glib2 >= 2.0.1 is needed by firestarter-0.9.0-1
gtk2 >= 2.0.1 is needed by firestarter-0.9.0-1
libart_lgpl_2.so.2 is needed by firestarter-0.9.0-1
libatk-1.0.so.0 is needed by firestarter-0.9.0-1
libbonobo-2.so.0 is needed by firestarter-0.9.0-1
libbonobo-activation.so.4 is needed by firestarter-0.9.0-1
libbonoboui-2.so.0 is needed by firestarter-0.9.0-1
libcrypto.so.2 is needed by firestarter-0.9.0-1
libgconf-2.so.4 is needed by firestarter-0.9.0-1
libgdk_pixbuf-2.0.so.0 is needed by firestarter-0.9.0-1
libgdk-x11-2.0.so.0 is needed by firestarter-0.9.0-1
libglib-2.0.so.0 is needed by firestarter-0.9.0-1
libgmodule-2.0.so.0 is needed by firestarter-0.9.0-1
libgnome-2.so.0 is needed by firestarter-0.9.0-1
libgnomecanvas-2.so.0 is needed by firestarter-0.9.0-1
libgnomeui-2.so.0 is needed by firestarter-0.9.0-1
libgnomevfs-2.so.0 is needed by firestarter-0.9.0-1
libgobject-2.0.so.0 is needed by firestarter-0.9.0-1
libgthread-2.0.so.0 is needed by firestarter-0.9.0-1
libgtk-x11-2.0.so.0 is needed by firestarter-0.9.0-1
liblinc.so.1 is needed by firestarter-0.9.0-1
libORBit-2.so.0 is needed by firestarter-0.9.0-1
libORBitCosNaming-2.so.0 is needed by firestarter-0.9.0-1
libpango-1.0.so.0 is needed by firestarter-0.9.0-1
libpangoft2-1.0.so.0 is needed by firestarter-0.9.0-1
libpangox-1.0.so.0 is needed by firestarter-0.9.0-1
libpangoxft-1.0.so.0 is needed by firestarter-0.9.0-1
libssl.so.2 is needed by firestarter-0.9.0-1
libxml2.so.2 is needed by firestarter-0.9.0-1

ubien 12-17-2002 03:08 PM

you'll need to install gtk 2.0 for the newer version of firestarter to work

unixpirate 12-18-2002 08:21 AM

That sounds easy.. Is this part of the RH install? If so, can I install it seperatley?
Thanks for your help

ubien 12-18-2002 02:17 PM

It's not part of RH install. You have GTK 1.2 installed right now, you can goto www.gtk.org and get the tarballs / RPMs for GTK 2.0. You can have both 1.2 and 2.0 installed at the same time.

unixpirate 12-18-2002 02:20 PM

Well come to find out we don't have X windows installed and this requires it.
Correct?


All times are GMT -5. The time now is 10:34 AM.