# install the kde package group. # $ yum install @kde-desktop # but got some errors that the libavcodec.so.51 was a dependency # to k3b-extras-freeworld package, but Fedora 11 has a higher # version on my machine (libavcodec.so.52), so had to skip-broken # with yum to avoid installing this package. # $ yum --skip-broken instal @kde-desktop # if you want to default KDE on the machine you can do some or # all of the following. # $ yum install switchdesk-gui switchdesk # for gui run the switchdesk command and select KDE. # $ switchdesk # for cli run with kde option. # $ switchdesk kde # for gui to make KDM the default display manager. # $ yum install system-switch-displaymanager-gnome # for cli to switch to KDM display manager. # $ yum install system-switch-displaymanager # for gui run the system-switch-displaymanager command and select KDM. # $ system-switch-displaymanager # for cli run with kdm option. # $ system-switch-displaymanager kdm
Not much to it! ;-)
Thanks a lot for this post... Your KDE install guide helps me a lot, as I'm a new Linux (Fedora 11) user...
ReplyDeleteCan you post some links on where can I download Linux command lists particularly on Fedora 11?
ReplyDeleteThanks...