<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Shawn McCuan wrote:
<blockquote cite="mid1106379511.15455.5.camel@localhost.localdomain"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="GENERATOR" content="GtkHTML/3.3.2">
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>
                gtk2<br>
                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 cellpadding="0" cellspacing="0" width="100%">
    <tbody>
      <tr>
        <td>
Shawn McCuan<br>
<a class="moz-txt-link-abbreviated" href="mailto:mccuan@wave3.org">mccuan@wave3.org</a>
        </td>
      </tr>
    </tbody>
  </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?<br>
</body>
</html>