On Thu, 2004-08-12 at 10:38, Edgar Chillón 'Chillux' wrote: > Oks, thats what I am doing, another cuestion, you know > that you can select (when you install FEDORA) a > various installarions, ex: Server, WorkStation etc .. > > How can I see what packages are installes in the > Server installation !!! Where is the list that said > tha package who will be installed ? It is in the comps.xml: E.g., under <id>server</id> it installs: <grouplist> <groupreq>base</groupreq> <groupreq>printing</groupreq> <groupreq>text-internet</groupreq> <groupreq>dialup</groupreq> <groupreq>web-server</groupreq> <groupreq>smb-server</groupreq> <groupreq>server-cfg</groupreq> <groupreq>admin-tools</groupreq> </grouplist> These groups may call in other dependencies, too. Forrest