Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 16th July 2011, 03:57 PM
estebanLinux Offline
Registered User
 
Join Date: Nov 2010
Posts: 15
linuxchrome
Install KDE desktop

Has someone installed kde along with gnome 3?
Did you have any kind of problem?

Could you tell me how to do it ? But just if it isn't dangerous !

Thanks !!
Reply With Quote
  #2  
Old 16th July 2011, 04:32 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Install KDE desktop

yes, both can be install on the same system and you can select which desktop environment you wish to use upon login.

The easiest way to install it is to use the group install in yum

Code:
su -
(root password)

yum install @kde-desktop
Reply With Quote
  #3  
Old 16th July 2011, 04:58 PM
estebanLinux Offline
Registered User
 
Join Date: Nov 2010
Posts: 15
linuxchrome
Re: Install KDE desktop

Hi, thanks for the answer, I'm installing it right now.
Can I ask you something? What does the '@' character do?
Just for learning something new
Reply With Quote
  #4  
Old 16th July 2011, 05:44 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Install KDE desktop

The "@" character tells yum to install the group kde-desktop instead of looking for an individual package named kde-desktop.

It's basically the equivalent of yum groupinstall kde-desktop
Reply With Quote
  #5  
Old 16th July 2011, 05:49 PM
jenaniston's Avatar
jenaniston Offline
Registered User
 
Join Date: Dec 2009
Location: Malibu, California
Posts: 318
linuxfedorakonqueror
Re: Install KDE desktop

Quote:
Originally Posted by DBelton View Post
The "@" character tells yum to install the group kde-desktop instead of looking for an individual package named kde-desktop.

It's basically the equivalent of yum groupinstall kde-desktop
I was just about to add that I think that ( . . . and then just saw your post)

Code:
yum groupinstall kde-desktop
would also work.
Reply With Quote
  #6  
Old 16th July 2011, 05:56 PM
estebanLinux Offline
Registered User
 
Join Date: Nov 2010
Posts: 15
linuxchrome
Re: Install KDE desktop

I understand,
Thanks !
The install of kde-desktop was perfect, 0 problems so far!!
Reply With Quote
  #7  
Old 16th July 2011, 06:09 PM
marko's Avatar
marko Online
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,446
linuxfirefox
Re: Install KDE desktop

Quote:
Originally Posted by DBelton View Post
The "@" character tells yum to install the group kde-desktop instead of looking for an individual package named kde-desktop.

It's basically the equivalent of yum groupinstall kde-desktop
I've never understood how that works, there is no kde-desktop group according to "yum grouplist"

yum grouplist | grep "kde-desktop"


shows no output match, the actual group is called "KDE Software Compilation"

is @kde-desktop an internal alias for "KDE Software Compilation" ? If so how do we find out what these mysterious aliases are?
Reply With Quote
  #8  
Old 16th July 2011, 06:18 PM
DBelton's Avatar
DBelton Offline
Administrator
 
Join Date: Aug 2009
Posts: 6,613
linuxfirefox
Re: Install KDE desktop

I have wondered that one myself

if you do searches, there is no such thing as kde-desktop

But that is how the Fedora docs tell you to install KDE.

http://fedoraproject.org/wiki/KDE

That's where I got the information from quite awhile back, and have been using it ever since if I wish to install KDE.

I don't know if there is an actual list anyplace that has all of these "hidden" groups listed.
Reply With Quote
  #9  
Old 16th July 2011, 06:29 PM
jenaniston's Avatar
jenaniston Offline
Registered User
 
Join Date: Dec 2009
Location: Malibu, California
Posts: 318
linuxfedorakonqueror
Re: Install KDE desktop

I have been interested in this too . . .
Code:
yum grouplist
should give the name of available and installed group packages.

My groupinstall of XFCE shows up, as does the availability of LXDE which is not installed.

And so, is there a way to uninstall groups that I don want / need . . .
for example the Japanese support which apparently came installed already in this EOL Fedora KDE ?
Reply With Quote
  #10  
Old 16th July 2011, 06:50 PM
marko's Avatar
marko Online
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,446
linuxfirefox
Re: Install KDE desktop

Quote:
Originally Posted by jenaniston;1495763

And so, is there a way to [I
uninstall groups[/I] that I don want / need . . .
for example the Japanese support which apparently came installed already in this EOL Fedora KDE ?

yes there is groupremove that's the opposite of groupinstall

Quote:
yum groupremove "Japanese Support"
Reply With Quote
  #11  
Old 16th July 2011, 06:59 PM
jenaniston's Avatar
jenaniston Offline
Registered User
 
Join Date: Dec 2009
Location: Malibu, California
Posts: 318
linuxfedorakonqueror
Re: Install KDE desktop

Quote:
Originally Posted by marko View Post
yes there is groupremove that's the opposite of groupinstall
groupremove . . . got it.
Thanks alot !
Reply With Quote
  #12  
Old 17th August 2012, 01:34 AM
santiagobear Offline
Registered User
 
Join Date: Jun 2011
Posts: 14
linuxfirefox
Re: Install KDE desktop

Ok. Everything says that kde-desktop is already installed. But on reboot, there's no option to log-in under KDE instead of Gnome. Any suggestions?
Reply With Quote
  #13  
Old 17th August 2012, 02:06 AM
marko's Avatar
marko Online
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,446
linuxfirefox
Re: Install KDE desktop

Quote:
Originally Posted by santiagobear View Post
Ok. Everything says that kde-desktop is already installed. But on reboot, there's no option to log-in under KDE instead of Gnome. Any suggestions?
It usually shows on the list as "KDE Plasma Workspace" or "KDE Plasma Desktop" if using the Gnome Display Manager. You don't see anything like that?

If not, I usually have good success by selecting the KDM manager instead of the GDM one,
you can do that by creating a new file:

/etc/sysconfig/desktop

that contains just the one line:
Quote:
DISPLAYMANAGER=KDE
then reboot. Or if you don't want to edit a text file, you can use the "Graphical Interface" way explained here:

http://fedoraproject.org/wiki/KDE#Graphical_interface

Last edited by marko; 17th August 2012 at 02:09 AM. Reason: added wiki page
Reply With Quote
  #14  
Old 18th August 2012, 01:13 AM
santiagobear Offline
Registered User
 
Join Date: Jun 2011
Posts: 14
linuxfirefox
Re: Install KDE desktop

I simply couldn't get it to work - so finally I did

yum remove @kde

THEN - after a reboot

yum install @kde

After reboot, it finally worked. However, it also removed several programs that I want - so I had to reinstall them.

At least it's running.

Thanks for your help.

---------- Post added at 08:13 PM ---------- Previous post was at 08:13 PM ----------

I simply couldn't get it to work - so finally I did

yum remove @kde

THEN - after a reboot

yum install @kde

After reboot, it finally worked. However, it also removed several programs that I want - so I had to reinstall them.

At least it's running.

Thanks for your help.
Reply With Quote
  #15  
Old 18th August 2012, 03:24 AM
technog1 Offline
Registered User
 
Join Date: Aug 2012
Location: Harrison, NJ
Posts: 10
linuxfirefox
Re: Install KDE desktop

Guys: did you happen to notice how much extra space was required/used by the kde install ?

Curious, cause I am having some problems at suspend/resume. Someone suggested to try kde ( I currently use gnome).

tia,
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i (re)install the gnome desktop Roel Using Fedora 4 30th September 2008 05:44 PM
Install Grafical Desktop over ssh m2rk0 Installation and Live Media 10 2nd April 2008 01:06 AM
Fedora 8 desktop install MiNT Servers & Networking 2 14th January 2008 01:33 AM
Install desktop after server install tamanegi65 Installation and Live Media 4 30th January 2006 10:58 PM
KDE Desktop install problem Gordonbp Using Fedora 3 21st May 2005 02:20 PM


Current GMT-time: 06:19 (Sunday, 19-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat