Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today!
Try Our New Product Showcase!
Find the answer to your Linux question:
Advertisement
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Ubuntu Help > [noob] can i have Gnome,KDE & Xfce in the same Ubuntu?

Forgot Password?
 Ubuntu Help   Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Site Navigation
Linux Forums
Linux Articles
Product Showcase
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Free Publications




Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Closed Thread
 
Thread Tools Display Modes
Old 05-06-2006   #1 (permalink)
Just Joined!
 
Join Date: May 2006
Posts: 2
[noob] can i have Gnome,KDE & Xfce in the same Ubuntu?

hello,

i am 100% a noob and i dont know much about linux. I wanna install a distro of linux, and i am tempted to install Ubuntu/Xbuntu/Kubuntu because it's only in one CD. i also wanna try Mandriva One coz it's also in one CD.

however, it seems that each *ubuntu distro only comes with one desktop environtment (gnome, kde, xfce).

my questions are
_if i download Xbuntu, will i be able to install Gnome and Xfce? or if i download ubuntu, will i be able to install KDE and Xfce? I wanna switch between these environments to know the differences, but i dont want to install another distro.

_does Mandriva One support Gnome and Xfce also?

thank you very much. I will ask more questions in the future but pls dont laugh if my questions are ridiculuous coz i am noob.
emidora is offline  



Old 05-06-2006   #2 (permalink)
Just Joined!
 
Join Date: Apr 2006
Posts: 2
I'm a newb too, but I think you just have to install the new GUI and tell the system that THAT is the one you want to use. Could be wrong.
adamant1988 is offline  
Old 05-06-2006   #3 (permalink)
Just Joined!
 
pupdaleon's Avatar
 
Join Date: Apr 2005
Location: Hamilton ON Canada
Posts: 85
Send a message via Yahoo to pupdaleon
Quote:
Originally Posted by adamant1988
I'm a newb too, but I think you just have to install the new GUI and tell the system that THAT is the one you want to use. Could be wrong.
Your not wrong thats just what you can do

what package maniger does ubuntu use?
pupdaleon is offline  
Old 05-06-2006   #4 (permalink)
Just Joined!
 
Apollo's Avatar
 
Join Date: Dec 2005
Location: Newfoundland, Canada
Posts: 65
Send a message via MSN to Apollo
for Ubuntu you can use Synaptic or apt-get
Apollo is offline  
Old 05-06-2006   #5 (permalink)
Just Joined!
 
Join Date: Apr 2006
Location: West Sussex
Posts: 37
Send a message via MSN to Crook$ey Send a message via Skype™ to Crook$ey
apt-get install xfce

just replace xfce with the window manger (or any other program) you want to install. After the program is installed, log out, when you go to log back in hit the "session" button, and select xfce (or the window manager you want to use)
Crook$ey is offline  
Old 05-06-2006   #6 (permalink)
Linux Enthusiast
 
aysiu's Avatar
 
Join Date: Jul 2005
Posts: 633
Quote:
Originally Posted by emidora
i am 100% a noob and i dont know much about linux. I wanna install a distro of linux, and i am tempted to install Ubuntu/Xbuntu/Kubuntu because it's only in one CD. i also wanna try Mandriva One coz it's also in one CD.
Most Linux distributions need only one CD to be installed. The other CDs are usually just to make extra software available.

Quote:
however, it seems that each *ubuntu distro only comes with one desktop environtment (gnome, kde, xfce).
Yes, for simplicity.

Quote:
my questions are
_if i download Xbuntu, will i be able to install Gnome and Xfce?
Yes, if you have an internet connection.
Quote:
or if i download ubuntu, will i be able to install KDE and Xfce?
Yes, if you have an internet connection.
Quote:
I wanna switch between these environments to know the differences, but i dont want to install another distro.
If you want to install Gnome, install the ubuntu-desktop package. If you want KDE, install kubuntu-desktop. If you want XFCE, install xubuntu-desktop. All three can co-exist, and you can have any combination of the three.

For how to install stuff in Ubuntu:
http://monkeyblog.org/ubuntu/installing.html

Quote:
_does Mandriva One support Gnome and Xfce also?
Every Linux distribution can use Gnome, KDE, and/or XFCE.
aysiu is offline  
Old 05-09-2006   #7 (permalink)
Just Joined!
 
Join Date: Apr 2006
Posts: 8
After installing Ubuntu you can even use Synaptic to search for KDE and XFCE and install it that way. Reboot and select what desktop environment you want at the display manager (login screen). You'll have mulitple options depending on what you have installed. If you ever want to clean up room or decide that a certain environment is for you, you can always remove via Synaptic and apt-get. Keep in mind that KDE will be around 500MB, and I'm not all too sure what XFCE takes up so if you have an older computer, keep that in mind.
TantricTux is offline  
Old 05-10-2006   #8 (permalink)
Linux Enthusiast
 
aysiu's Avatar
 
Join Date: Jul 2005
Posts: 633
Quote:
Originally Posted by TantricTux
If you ever want to clean up room or decide that a certain environment is for you, you can always remove via Synaptic and apt-get.
Actually, apt-get and Synaptic will not remove KDE or XFCE completely. kubuntu-desktop, kde, and xubuntu-desktop are all metapackages, meaning that they are pointers to other packages.

Synaptic and apt-get do not remember what dependencies get installed along with packages, so if you install those metapackages with Synaptic/apt-get and later remove them, only the pointers will be removed, not the packages that came along with them.

The best way to install Kubuntu and Xubuntu if you're considering removing them later is with aptitude:
Code:
sudo aptitude update
sudo aptitude install kubuntu-desktop
sudo aptitude install xubuntu-desktop
aysiu is offline  
Old 05-10-2006   #9 (permalink)
Linux Engineer
 
d38dm8nw81k1ng's Avatar
 
Join Date: Mar 2005
Location: Newcastle
Posts: 793
Send a message via AIM to d38dm8nw81k1ng Send a message via MSN to d38dm8nw81k1ng Send a message via Yahoo to d38dm8nw81k1ng
Quote:
Originally Posted by TantricTux
After installing Ubuntu you can even use Synaptic to search for KDE and XFCE and install it that way. Reboot and select what desktop environment you want at the display manager (login screen). You'll have mulitple options depending on what you have installed. If you ever want to clean up room or decide that a certain environment is for you, you can always remove via Synaptic and apt-get. Keep in mind that KDE will be around 500MB, and I'm not all too sure what XFCE takes up so if you have an older computer, keep that in mind.
you shouldn't need to reboot to get the different window manager, just logout and select the different one from GDM (login manager). after that it's plain sailing
__________________
Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
d38dm8nw81k1ng is offline  
Old 10-27-2006   #10 (permalink)
Just Joined!
 
EvanPMeth's Avatar
 
Join Date: Oct 2006
Posts: 20
Quote:
Originally Posted by aysiu

The best way to install Kubuntu and Xubuntu if you're considering removing them
How would you go about removing an old desktop after a new one is already installed. (e.g. i have both ubuntu-desktop and xubuntu-desktop installed and want to remove ubuntu-desktop) would this cause an unwanted affects?

Another question does ubuntu have a release that is just the ubuntu core, so you get everything except the desktop(gnome) so you can just install what you want to like X and BB with out all the unwanted gnome features. ( is that what the server release is?)
EvanPMeth is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Implementing Detailed User-Level Auditing of UNIX & Linux Systems
Enhance regulatory compliance and troubleshooting through detailed auditing, logging and real-time monitoring of UNIX/Linux user activity.
subscribe
Linux from Scratch - Receive Your Complimentary eBook NOW!
Linux from Scratch describes the process of creating your own Linux system from scratch from an already installed Linux distribution, using nothing but the source code of software that you need.
subscribe
A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)
Getting Started with Ubuntu 10.04 (Lucid Lynx) is a comprehensive beginners guide for the Ubuntu operating system; it features comprehensive guides, How Tos and information on anything you need to know after first installing Ubuntu.
subscribe
The Incredible Guide to NEW Ubuntu (Karmic Koala)
There are a lot of people still stuck with Windows because it's the ‘easier alternative'. Linux is both cheaper and more versatile than Microsoft's operating system, but the learning curve has frightened off many people.
subscribe
The GNU/Linux Advanced Administration
The GNU/Linux systems have reached an important level of maturity, allowing to integrate them in almost any kind of work environment, from a desktop PC to the sever facilities of a big company.
subscribe
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe



All times are GMT. The time now is 07:20 AM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1