Search My Blog

Wednesday, April 30, 2014

Linux - How to install an entire Desktops in the Command Line

Here's a quick list of commands to install several Linux Desktops, in the Command Line. Note: this was written, at the time of Fedora 18's Release. But, I used the KDE install command today in Fedora 20 and it worked as is should. I think most or all of the commands, should not have changed, since then...

Don

GNOME

sudo yum groupinstall "GNOME Desktop Environment"

KDE

sudo yum groupinstall "KDE Software Compilation"

XFCE

sudo yum groupinstall "Xfce"

LXDE

sudo yum groupinstall "LXDE"

Seeing all group availables :

sudo yum group list

if you are not willing to use the old desktop use:

yum groupremove [group]

source here

link

Comments

Read More...
https://ask.fedoraproject.org/en/question/9863/solvedhow-to-install-an-entire-desktop/


Linux - How to install an entire Desktops in the Command Line


yum command install kde desktop - Google Search
[solved]How to install an entire desktop? - Ask Fedora: Community Knowledge Base and Support Forum
Release Notes


No comments: