On Fri, 2006-02-10 at 09:38 -0500, Jerry Geis wrote: > I think I saw where up2date is going away (perhaps browsing FC5 new and > changed items) > > "yum update" will ask me if it wants to proceed. I have not seen a way > to not have > the prompt for Y/N? Is there a way to not prompt and just go ahead and > do the update. use -y like: yum update -y yum install [package] -y man yum and you'll see the option. James