[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AG-TECH] FC5 missing dependency
Hi George,
I'm installing 3.0 on a new FC5 machine and yum is not finding the
dependency wxPython 2.6? Do I need to install separately or should yum be
finding this dependency?
Yum should be finding the dependency, wxPython-2.6.3.2 has been on Fedora
Extras 5 for the past 3 weeks.
The wxPython/wxGTK RPMs can be downloaded from:
http://download.fedora.redhat.com/pub/fedora/linux/extras/5/i386/
Try the following:
yum clean headers
yum clean metadata
yum install wxPython-2.6.3.2
Which will delete old yum metadata dependencies before trying to fetch
wxPython.
Cheers,
Doug