[CentOS] downloading an src.rpm?

Mon Sep 10 15:01:02 UTC 2007
Alexander Dalloz <ad+lists at uni-x.org>

Dave schrieb:
> Hello,
>    I've got the rpmforge repo configured as a 3rd party repo. There's an
> rpm that i'd like to get the coresponding src.rpm, install it, and
> recompile it. How would i do this with yum?
> Thanks.
> Dave.

yum install yum-utils (from extras)
yum-downloader <package>

Alexander