On Mon, 2007-01-01 at 01:21 +0800, edwardspl@xxxxxxxxxx wrote: > 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. 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