Good afternoon, I'm trying to get yum package with all it's dependencies by using yumdownloader, as follows: $ yumdownloader --resolve yum Yumdownloader works properly when used without the --resolve option, but with it I got the following error: Traceback (most recent call last): File "/usr/bin/yumdownloader", line 191, in ? main() File "/usr/bin/yumdownloader", line 159, in main if not pkg in toDownload: File "/usr/lib/python2.4/site-packages/yum/packages.py", line 191, in __eq__ if comparePoEVR(self, other) == 0 and self.arch == other.arch and self.name == other.name: File "/usr/lib/python2.4/site-packages/yum/packages.py", line 35, in comparePoEVR (e2, v2, r2) = (po2.epoch, po2.ver, po2.rel) AttributeError: TransactionMember instance has no attribute 'ver' My system is a Fedora Core 6, updated today morning. Versions of RPM and Yum packages are: $ yum list installed 'rpm*' 'yum*' Loading "versionlock" plugin Loading "installonlyn" plugin Installed Packages rpm.i386 4.4.2-32 installed rpm-libs.i386 4.4.2-32 installed rpm-python.i386 4.4.2-32 installed yum.noarch 3.0.3-1.fc6 installed yum-metadata-parser.i386 1.0.3-1.fc6 installed yum-utils.noarch 1.0.3-1.fc6 installed yum-versionlock.noarch 1.0.3-1.fc6 installed Some idea? Thanks, Davidson Paulo