<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.3.2">
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#ffffff">
Using your command, I get the following output:<BR>
<BR>
[metiosarius@localhost ~]$ rpm -qa | grep gtk<BR>
pygtk2-2.4.0-1<BR>
gnome-python2-gtkhtml2-2.6.0-3<BR>
gtkspell-2.0.7-2<BR>
gtkhtml3-3.3.2-3<BR>
gtk2-2.4.14-2.fc3<BR>
pygtk2-libglade-2.4.0-1<BR>
gtkhtml2-2.6.2-1<BR>
gtk+-1.2.10-33<BR>
usermode-gtk-1.74-1<BR>
authconfig-gtk-4.6.5-3.1<BR>
<BR>
<BR>
<BR>
On Sat, 2005-01-22 at 11:30 -0600, Gain Paolo Mureddu wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    Shawn McCuan wrote: <BR>
    <BLOCKQUOTE TYPE=CITE>
        Hi,<BR>
        <BR>
        I'm wondering where I can find an RPM for NVU-0.70 for Fedora 3. Ive tried installing the fedora Core 2 version from nvu.com, but, it gives me an error stating that I must first install gtk+2, but, I don't know where to get that either. I have tried:<BR>
        <BR>
        yum install gtk<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gtk2<BR>
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gtk+2<BR>
        <BR>
        I'm fairly new to Linux, and I don't yet completely understand how to build from source, so, an RPM is preferred. <BR>
        <BR>
        <BR>
        Thanks!<BR>
        <BR>
        <TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Shawn McCuan<BR>
<A HREF="mailto:mccuan@wave3.org">mccuan@wave3.org</A> 
</TD>
</TR>
</TABLE>
    </BLOCKQUOTE>
    What do you get when you in a console (you don't have to be root for this):<BR>
    <BR>
    rpm -qa | grep gtk<BR>
    <BR>
    This will list all the packages containing the keyword gtk installed in your ssytem, usually the gtk+ 2 package is called gtk2-2.4.14, I find it odd you don't have that one installed, or one of the files to satisfy dependencies has another name or installed to another path than the spec file in the RPM package expects it to be found. What's your desktop environment, by the way?
</BLOCKQUOTE>
</BODY>
</HTML>