Install KDE from scratch on Suse Linux Enterprise Desktop

1

I have a SUSE SLED system running without window manager (KDE or GNOME). I don't have the DVD but I have access to a network repository.

How do I install KDE from scratch?

Thanks.

cateof

Posted 2011-01-04T09:12:02.370

Reputation: 113

what version of SUSE? and Open/Enterprise? – John T – 2011-01-04T09:17:04.920

the version is SLES 10.3 – cateof – 2011-01-04T09:18:15.437

Answers

0

In Yast software manager, switch to the patterns panel and simply install the patterns KDE4 Desktop Environment and KDE4 Base System.

If you want to upgrade to the latest stable version, add the repositories at http://en.opensuse.org/KDE_repositories#Upstream_release_.28KDE_SC_4.5.29. In Yast software manager pick the repository filter to the just added names, then switch system packages to the versions in each repository. This function is not yet available in the ncurses version of Yast, so get a graphical environment running first with the first-party base repository.

daxim

Posted 2011-01-04T09:12:02.370

Reputation: 1 072

1

i believe its something like, 'zypper in "KDE package name"'. but its been a while since i used suse.

Jasen

Posted 2011-01-04T09:12:02.370

Reputation: 391

1

Try this:
zypper update
zypper install -t pattern kde4 kde4_basis

Apache

Posted 2011-01-04T09:12:02.370

Reputation: 14 755

Thanks! Me on a fresh install forgot to run zypper update! YaST is such a pain to work with... – ndm13 – 2015-11-21T23:43:56.313