X-Windows / GNOME install on SLES (EC2)?

I’m new to SUSE, but am required to do some QA on SLES 11SP2 running in EC2. I need to setup X Windows & GNOME or other desktop and cannot find the equivalent simple install steps available for other Linuxes running in EC2, e.g.:
[LIST]
[]RHEL/CentOS> yum -y groupinstall “X Window System” “Desktop”
[
]Ubuntu> apt-get -y install ubuntu-desktop
[/LIST]
Can someone please clue me in on what are the steps with SLES 11SP2 ?

thanks, David

dgrigglestone wrote:
[color=blue]

I’m new to SUSE, but am required to do some QA on SLES 11SP2 running
in EC2. I need to setup X Windows & GNOME or other desktop and cannot
find the equivalent simple install steps available for other Linuxes
running in EC2, e.g.:[/color]

SLES uses YaST.

Check the man pages. You want the “install” option:

[CODE]
man yast
[\CODE]
[color=blue]

-i, --install [ [ … ] ]
Install an RPM package. The package can be a single short package
name (e.g. gvim) which will be installed with dependency checking,
or the full path to an rpm package (e.g /tmp/gvim.rpm) which will be
installed without dependency checking.[/color]

The full SLES documentation is here:


Kevin Boyle - Knowledge Partner
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

Sorry if you misunderstood me … I understand that yast and zypper are available … my question is what’s the list of packages or package groups that needs to be specified in order to add X Windows and a GNOME desktop.

dgrigglestone wrote:

Yes, I did misunderstand and I missed your reply.

I don’t know what packages you need and see no one else has replied. If
you still need an answer, I would ask again in a more appropriate forum
where you are likely to find someone to help you.

https://forums.suse.com/forumdisplay.php?16-SLES-Configure-Administer


Kevin Boyle - Knowledge Partner
If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below…

You can start yast2, go to software management and search for xorg. Then you’ll see the required packages for a XWindow system and VNC server. Hope this helps.