On Sun, 2004-01-25 at 05:41, Ernest L. Williams Jr. wrote: > Next > yum update This here does everything that up2date does -- it updates all currently installed software. > How does one install "all" of the packages? You want to install everything that's available in livna.org and fedora.us? That's a lot of software. :-) > yum install * does not work. > Must I download packages manually and install them one at a time? You could do yum install package1 package2 package3 package4 package5 (and so on) -- that's the only way I know. -Max