LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-04-2007, 03:46 PM   #1
usien
LQ Newbie
 
Registered: Jan 2007
Distribution: Kubuntu Edgy Eft
Posts: 11

Rep: Reputation: 0
KDE on GNOME?


can i install kde on ubuntu (gnome version)? how?
 
Old 01-04-2007, 03:50 PM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,215

Rep: Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849Reputation: 849
I have done it without any problems. Use the Synaptic ( if it is Ubuntu) package manager to install KDE. If I can remember, look for a package like KDE-base and start there. It will install many other packages as well. Most of the apps are separate, but you can install them after the initial KDE install.
 
Old 01-04-2007, 04:27 PM   #3
bzka
LQ Newbie
 
Registered: Jan 2007
Location: Torun, Poland
Distribution: PLD Linux
Posts: 4

Rep: Reputation: 0
You should install kubuntu
it is that same like ubuntu but in kde insead of GNOMME
 
Old 01-04-2007, 05:16 PM   #4
brianthegreat
Member
 
Registered: Oct 2005
Posts: 518

Rep: Reputation: 32
Ubuntu = Gnome
Kubuntu = KDE
Xubuntu = XFCE

You can install any three of these and use apt-get to install an additional window manager.
 
Old 01-04-2007, 07:18 PM   #5
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
If you are running Ubuntu with Gnome, and you want KDE, then just "sudo aptitude install kubuntu-desktop". This will install KDE and all the other programs that come with Kubuntu.

Likewise, if you want XFCE, "sudo aptitude install xubuntu-desktop"

--Ian
 
Old 01-04-2007, 07:47 PM   #6
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by IBall
If you are running Ubuntu with Gnome, and you want KDE, then just "sudo aptitude install kubuntu-desktop". This will install KDE and all the other programs that come with Kubuntu.

Likewise, if you want XFCE, "sudo aptitude install xubuntu-desktop"

--Ian
Exactly what he said

I installed KDE and XFCE beside my Gnome desktop, and it worked perfectly. I found I hate KDE, but I did like a lot of the games it installed, so I keep it for that reason, I guess I could have just installed the games, but I didn't bother trying. . Xfce is a very good Desktop also, I really like it, and its a close second to me from Gnome. I'd just add that once you install KDE, to boot it, all you have to do is at your sign on screen, Click Sessions, and Choose KDE...

Edit: If you don't have it already and assuming you're using Ubunbu 6.10, the below FAQ is a good link to keep handy..
http://ubuntuguide.org/wiki/Ubuntu:Edgy - Reference "1.7- Other Desktop Environments"

IGF

Last edited by IndyGunFreak; 01-05-2007 at 01:49 AM.
 
Old 01-05-2007, 06:29 AM   #7
brianthegreat
Member
 
Registered: Oct 2005
Posts: 518

Rep: Reputation: 32
The only problem corresponding with installing multiple GUIs represents in my belief. That too many programs are installed. I personally believe in a sleek number of choices but programs can always be uninstalled with apt-get. When I installed XFCE under 5.10, all of the XFCE programs showed up in Gnome and vice versa.
 
Old 01-05-2007, 07:52 AM   #8
Nexxt
Member
 
Registered: Jan 2007
Location: Australia
Distribution: A little bit of everything. [mainly Mandriva 2007]
Posts: 37

Rep: Reputation: 15
For Kubuntu(KDE)
Code:
sudo apt-get install kubuntu-desktop
For Xubuntu(Xfce)
Code:
sudo apt-get install xubuntu-desktop

My question is, how do u uninstall? i have both but along side ubuntu(gnome) but i dont really use em...

EDIT:
IBall already put up the codes but i will just leave em there cos they are easy to see

Last edited by Nexxt; 01-05-2007 at 07:55 AM.
 
Old 01-05-2007, 08:35 AM   #9
IndyGunFreak
Senior Member
 
Registered: Aug 2003
Location: Indpls
Distribution: Laptops: Debian Jessie XFCE, NAS: OpenMediaVault 3.0
Posts: 1,355

Rep: Reputation: 70
Quote:
Originally Posted by brianthegreat
The only problem corresponding with installing multiple GUIs represents in my belief. That too many programs are installed. I personally believe in a sleek number of choices but programs can always be uninstalled with apt-get. When I installed XFCE under 5.10, all of the XFCE programs showed up in Gnome and vice versa.
This didn't really bother me, but I could see how it might bother some, or have a negative effect on someone with limited hard disk space.

IGF
 
Old 01-05-2007, 04:35 PM   #10
swagner7
Member
 
Registered: May 2006
Location: Kalispell, Montana
Distribution: Kubuntu, Mepis
Posts: 36

Rep: Reputation: 15
If you don't want to use apt-get...

You can do it from the Synaptic package manager. Just find "kdebase-bin" in the list. There are many other fine kde add ons and utilities. You will find it much more feature rich than Gnone (I'll probably get flamed now).
 
Old 01-05-2007, 04:38 PM   #11
swagner7
Member
 
Registered: May 2006
Location: Kalispell, Montana
Distribution: Kubuntu, Mepis
Posts: 36

Rep: Reputation: 15
I'm sorry it is kubuntu-desktop

Sorry about that, like the post above for doing it via apt-get, you should look for the "kubuntu-desktop" entry in Synaptic.
 
Old 01-06-2007, 01:00 AM   #12
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
Quote:
Originally Posted by Nexxt
For Kubuntu(KDE)

My question is, how do u uninstall? i have both but along side ubuntu(gnome) but i dont really use em...
Have you tried "sudo aptitude remove kubuntu-desktop"?

On a complete side note, you should use aptitude rather than apt-get. Aptitude has better conflict resolution, and is intelligent enough to remove packages if they are unused. Unused packages are ones that have been installed as a dependency of another package, and when that package is removed they have nothing else depending on them so they can be safely removed.

--Ian
 
Old 01-06-2007, 01:20 AM   #13
Nexxt
Member
 
Registered: Jan 2007
Location: Australia
Distribution: A little bit of everything. [mainly Mandriva 2007]
Posts: 37

Rep: Reputation: 15
Kubuntu and Xubuntu are quite good

Thanks iBall.
After logging in both again before i uninstall, i have found that i quite like kubuntu and xubuntu, but both just feel like ubuntu with a few differences(mainly the "file manager" and the menus)
So im just going to stick to ubuntu for now, as i see no point of having all 3 wen they are almost the same.
But i do recommend for a linux noob like me grabing the other 2 and having a look.
Edit: Kubuntu is nice, but it reminds me of windows, the very thing im trying to escape.

Last edited by Nexxt; 01-06-2007 at 01:23 AM.
 
Old 01-06-2007, 02:44 AM   #14
Nexxt
Member
 
Registered: Jan 2007
Location: Australia
Distribution: A little bit of everything. [mainly Mandriva 2007]
Posts: 37

Rep: Reputation: 15
It didnt work doing "sudo aptitude remove kubuntu-desktop"
so i made a new thread to ask here
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
I have a Igel that comes with kde and gnome. gnome can not view the network thefedexguy Linux - Networking 5 01-21-2017 03:35 PM
Gnome/KDE Desktop Folder & Gnome Autostart ihatethedekoys Linux - General 1 08-07-2006 11:16 AM
Aborted KDE 3.5.1 Install while using KDE 3.4 and KDE and Gnome Won't Boot cheetahman SUSE / openSUSE 5 03-04-2006 11:03 AM
KDE/GNOME switching? And how to connect to the internet in GNOME SuSE 10.0 Cards_STL SUSE / openSUSE 14 10-29-2005 07:21 PM
couple of qs, gnome ftp, removing kde or improving speed of kde, startup modprobe darkleaf Linux - Software 2 07-20-2004 09:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 07:53 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration