Page 1 of 1

X Winndow installation

PostPosted: 08 Jan 2009, 01:53
by MyLegIsCramped
Hey can anyone give me the line to install X Window from terminal I was stupid and uninstalled it. Way to be a newb eh? Anyway, any help would be appreciated. Thanks.

Re: X Winndow installation

PostPosted: 08 Jan 2009, 02:12
by ppietro
MyLegIsCramped wrote:Hey can anyone give me the line to install X Window from terminal I was stupid and uninstalled it. Way to be a newb eh? Anyway, any help would be appreciated. Thanks.


I'm away from my ps3 right now, but the syntax is something like:

yum install xorg-x11

Cheers,
Paul

Re: X Winndow installation

PostPosted: 08 Jan 2009, 03:26
by MyLegIsCramped
Well I tried that and it didn't work. I started looking around a bit more and i found something that worked. It was:
Code: Select all
yum groupinstall 'X Window System'


Thanks for the help.