Matt C 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
    

Yes, just find the rpm files on the CD, and do
rpm -i filename

  
Can't to use yum tool ( instead of rpm ) ?