Every couple of weeks I run #yum list availble > YumAvailable.txt Then when I want to know the name of a package or what is available I will do a #grep -i swat YumAvailable.txt It can be a good bit faster if you don't have a local yum repository, though caching the information locally means that it might be a little out of date. Greg On Mon, 6 Dec 2004 12:19:28 -0500, Matt Shields <mattboston at gmail.com> wrote: > You can find out what's available by using yum. > > [root at mattboston root]# yum list available | grep -i swat > samba-swat i386 3.0.7-1.3E.1 update > > -- > Matt Shields > http://masnetworks.biz/ > http://www.caosity.org/ > > On Mon, 06 Dec 2004 12:00:57 -0500, Dominic Iadicicco > > > <diadicic at optonline.net> wrote: > > Does CentOS 3.1 come with Swat? > > > > _______________________________________________ > > CentOS mailing list > > CentOS at caosity.org > > http://lists.caosity.org/mailman/listinfo/centos > > > _______________________________________________ > CentOS mailing list > CentOS at caosity.org > http://lists.caosity.org/mailman/listinfo/centos >