Tim wrote:
On Mon, 2007-01-01 at 12:45 +0800, edwardspl@ita.org.mo wrote:
  
If there is no "Install all packages" function in Text / GUi mode come
with FC6, then can we do the following steps ?
1, mount cdrom
2, cd cdrom
3, cp *.rpm /root
4, yum install package-name 
    

yum localinstall <packages>

I hope you're aware that you can't just install "everything", some
packages are mutually exclusive, or not applicable (e.g. 64 bit stuff on
a 32 bit computer).  You do have to make selective installations.

  
Yes, I knew yum can install related rpm files ( together )...