I have seen people on the list say you can yum groupinstall everything yet when I tried their method, it didn't work
Is there actually a way other than making a script with all the info in it?
- rh
Hi
yum install "*" may do what you are after.
Robert - eLists wrote:
I have seen people on the list say you can yum groupinstall everything yet when I tried their method, it didn't work
Is there actually a way other than making a script with all the info in it?
- rh
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Thu, Jul 05, 2007 at 09:02:47PM -0700, Robert - eLists alleged:
I have seen people on the list say you can yum groupinstall everything yet when I tried their method, it didn't work
Is there actually a way other than making a script with all the info in it?
Does 'yum install *' do what you want?
On 7/6/07, Robert - eLists lists06@abbacomm.net wrote:
I have seen people on the list say you can yum groupinstall everything yet when I tried their method, it didn't work
This works in theory but not in practice, as not all packages belong to groups.
Is there actually a way other than making a script with all the info in it?
As others have said, 'yum install *' will do this, but the real question is: Are you sure you want to do this? From an admin standpoint I would consider it to be a very bad idea without an explicit reason for doing so.