<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=Big5" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thomas Cameron wrote:<br>
<blockquote cite="mid1167588646.20032.14.camel@beast.camerontech.net"
 type="cite">
  <pre wrap="">On Mon, 2007-01-01 at 01:21 +0800, <a class="moz-txt-link-abbreviated" href="mailto:edwardspl@ita.org.mo">edwardspl@ita.org.mo</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Dear You,

How can we install FC6 with all packages ( everything ) in Text mode ?
Eg : there is no any message by using "rpm -qa | grep xinetd.d"...

Edward.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is no "everything" installation any more.  You can come close by
right-clicking each group during a graphical mode installation and
choosing "install all packages in this group" or some such nonsense.

What I usually do is do a basic installation and then use yum to install
anything else I need.

Look at the man page for yum, specifically at the grouplist and
groupinstall options.

xinetd will automatically be installed if you install a service which
depends on it.  You can also just issue the command

yum install telnet-server

That should install the telnet daemon and xinetd.

Thomas

  </pre>
</blockquote>
Hello Thomas,<br>
<br>
If there is no "Install all packages" function in Text / GUi mode come
with FC6, then<br>
can we do the following steps ?<br>
1, mount cdrom<br>
2, cd cdrom<br>
3, cp *.rpm /root<br>
4, yum install package-name<br>
<br>
PS : There Server machine without connection with Internet.<br>
<br>
Edward.<br>
</body>
</html>