On Thu, 2006-01-26 at 19:43 +0000, Anne Wilson wrote: > On Wednesday 25 Jan 2006 04:25, Ralf Corsepius wrote: > > > > I.e. rpm-wise you want to install perl(Date::Format), > > perl(Date::Parse) and perl(HTML::Template). > > > > So you want to > > yum install \ > > 'perl(Date::Format)' 'perl(Date::Parse)' 'perl(HTML::Template)' > > > I tried that, but got a 'no match' argument. Are those single-quotes or > something else? They're single quotes. Looks like something's up with your yum configuration. perl(Date::Format) & perl(Date::Parse) are provided by the perl-TimeDate package, which is part of Fedora Core ("base" repo). perl(HTML::Template) is provided by the perl-HTML-Template package in Fedora Extras ("extras" repo). Both "base" and "extras" are enabled by default in FC4 so the above yum command should have worked "out of the box". Paul.