Gregory Gerard
2008-Jun-25 01:52 UTC
[CentOS] How to install *all* packages via kickstart?
Hello, all, Since Fedora Core 4 I've not been able to just install everything. I would love to just be able to install all available packages for my architecture. What's the way to do this? Does someone have a list I can place in the packages section which is known to work and really get everything? thanks, greg
On Tuesday 24 June 2008 21:52:10 Gregory Gerard wrote:> Hello, all, > > Since Fedora Core 4 I've not been able to just install everything. > > I would love to just be able to install all available packages for my > architecture. > > What's the way to do this? > > Does someone have a list I can place in the packages section which is > known to work and really get everything? > > thanks, > gregOf course taking into account that not everything will work with everything else... For example sendmail and postfix are not readily or functionally installed at the same time. -- Bobby
Gregory Gerard wrote:> Does someone have a list I can place in the packages section which is > known to work and really get everything?How about something like this cd /path/to/centos/RPMS/dir rpm -q -p *rpm >/tmp/packages.list and put the contents of /tmp/packages.list in your kickstart to get everything installed. Or if you don't want to list the version numbers something like for i in `echo *rpm`; do rpm --queryformat %{NAME} -q -p $i 2>/dev/null;echo "";done | tee /tmp/packages.list Not that I can think of a good reason to install every package available.. There may be packages that conflict with other packages as well, I've never tried installing everything before. nate
Karanbir Singh
2008-Jun-25 07:30 UTC
[CentOS] How to install *all* packages via kickstart?
Gregory Gerard wrote:> Does someone have a list I can place in the packages section which is > known to work and really get everything?yum install \* Considering you could be pulling in upto 5,000 pkgs, make sure you have enough drive space, fat network pipe, and lots of time. -- Karanbir Singh : http://www.karan.org/ : 2522219 at icq
Scott Silva
2008-Jun-25 18:49 UTC
[CentOS] Re: How to install *all* packages via kickstart?
on 6-24-2008 6:52 PM Gregory Gerard spake the following:> Hello, all, > > Since Fedora Core 4 I've not been able to just install everything. > > I would love to just be able to install all available packages for my > architecture. > > What's the way to do this? > > Does someone have a list I can place in the packages section which is > known to work and really get everything? > > thanks, > greglinux install --really_bad_idea_but_I_don't_care_and_want_to_anyway_because_I_like_ security_challenges_and_I_am_a_glutton_for_punishment ;-P -- MailScanner is like deodorant... You hope everybody uses it, and you notice quickly if they don't!!!! -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 258 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20080625/9e3ac7ad/attachment-0001.sig>