On Wed, 17 Sep 2003, David E. Williams wrote:

> Hi all,
> 
> I'm running iptables-1.2.6a-2 and am trying to update the package to
> iptables-1.2.8-8.80.2. Doing "rpm -Fvh iptables*.rpm" I get a failed
> dependency "stat is needed by iptables-1.2.8-8.80.2". So I tried to
> determine what package stat is in with "rpm -q -f stat" with no luck. I


And this would have worked if you had done:

        rpm -qf `which stat`

assuming stat is in your path.


-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/psyche-list

Reply via email to