On Tue, 22 May 2007, Dave Cross wrote: > It's worth pointing out that yum has a "list available" option which > will show you what RPMs it can install. So I often find myself doing > something like > > # yum list available | grep Template > > to see if anything new and interesting has been added to the repositories. or just: $ yum list available "*Template*" which i'm guessing will actually be faster, but which also is case-insensitive by default. rday -- ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page ========================================================================