Re: [CentOS] CentOS 5.1 - equivalent of xorg-x11 ?

2008-02-25 Thread Jim Perrin
On Mon, Feb 25, 2008 at 10:45 AM, Tom Brown [EMAIL PROTECTED] wrote:
 Hi

  If i want to add X to a system after install on CentOS 4 that would be a
  yum install xorg-x11 etc

  This package seems to have been renamed in CentOS 5 and i wonder if
  anyone can tell me what that now is please


run the following command with the quotes: yum groupinfo 'X Window System'

This will show you all the packages in that group, which are likely
what you need. If you want, you can simply install that group.

-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] CentOS 5.1 - equivalent of xorg-x11 ?

2008-02-25 Thread Ross S. W. Walker
Tom Brown wrote:
 
 Hi
 
 If i want to add X to a system after install on CentOS 4 that 
 would be a 
 yum install xorg-x11 etc
 
 This package seems to have been renamed in CentOS 5 and i wonder if 
 anyone can tell me what that now is please

yum groupinstall base-x

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5.1 - equivalent of xorg-x11 ?

2008-02-25 Thread Johnny Hughes

Tom Brown wrote:

Hi

If i want to add X to a system after install on CentOS 4 that would be a 
yum install xorg-x11 etc


This package seems to have been renamed in CentOS 5 and i wonder if 
anyone can tell me what that now is please




yum groupinstall X Window System

and also pick the GUI that you want from:

GNOME Desktop Environment

or

KDE (K Desktop Environment)

or

XFCE-4.4

and add that on the end of the about groupisntall command ... like this 
for KDE:


yum groupinstall X Window System KDE (K Desktop Environment)



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 5.1 - equivalent of xorg-x11 ?

2008-02-25 Thread Johnny Hughes

Johnny Hughes wrote:

Tom Brown wrote:

Hi

If i want to add X to a system after install on CentOS 4 that would be 
a yum install xorg-x11 etc


This package seems to have been renamed in CentOS 5 and i wonder if 
anyone can tell me what that now is please




yum groupinstall X Window System

and also pick the GUI that you want from:

GNOME Desktop Environment

or

KDE (K Desktop Environment)

or

XFCE-4.4

and add that on the end of the about groupisntall command ... like this 
for KDE:


yum groupinstall X Window System KDE (K Desktop Environment)


That can be a bit hefty on resources, I know.  However, that is how 
Gnome or KDE or XFCE were meant to be installed.


It is certainly possible to thin down the install by doing a:

yum groupinfo group

On each group and then only pick packages that you know you need.  That 
does require trial and error and a very detailed knowledge of your exact 
requirements.  If you have that knowledge, then by all means pick 
individual packages for each group ... personally, I just use the 
groupinstall method :)




signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


RE: [CentOS] CentOS 5.1 - equivalent of xorg-x11 ?

2008-02-25 Thread Ross S. W. Walker
Johnny Hughes wrote:
 
 Johnny Hughes wrote:
  Tom Brown wrote:
   Hi
  
   If i want to add X to a system after install on CentOS 4 that would be 
   a yum install xorg-x11 etc
  
   This package seems to have been renamed in CentOS 5 and i wonder if 
   anyone can tell me what that now is please
  
  
  yum groupinstall X Window System
  
  and also pick the GUI that you want from:
  
  GNOME Desktop Environment
  
  or
  
  KDE (K Desktop Environment)
  
  or
  
  XFCE-4.4
  
  and add that on the end of the about groupisntall command ... like this 
  for KDE:
  
  yum groupinstall X Window System KDE (K Desktop Environment)
 
 That can be a bit hefty on resources, I know.  However, that is how 
 Gnome or KDE or XFCE were meant to be installed.
 
 It is certainly possible to thin down the install by doing a:
 
 yum groupinfo group
 
 On each group and then only pick packages that you know you need.  That 
 does require trial and error and a very detailed knowledge of your exact 
 requirements.  If you have that knowledge, then by all means pick 
 individual packages for each group ... personally, I just use the 
 groupinstall method :)

Yes, or do a:

yum groupinstall kde-desktop|gnome-desktop

And let yum install only those X libs/tools that are dependant to get
your desktop working.

-Ross

__
This e-mail, and any attachments thereto, is intended only for use by
the addressee(s) named herein and may contain legally privileged
and/or confidential information. If you are not the intended recipient
of this e-mail, you are hereby notified that any dissemination,
distribution or copying of this e-mail, and any attachments thereto,
is strictly prohibited. If you have received this e-mail in error,
please immediately notify the sender and permanently delete the
original and any copy or printout thereof.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos