Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
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 ...
  1. #1
    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.

  2. #2
    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.

  3. #3
    Just Joined! pupdaleon's Avatar
    Join Date
    Apr 2005
    Location
    Hamilton ON Canada
    Posts
    85
    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?

  4. #4
    Just Joined! Apollo's Avatar
    Join Date
    Dec 2005
    Location
    Newfoundland, Canada
    Posts
    65
    for Ubuntu you can use Synaptic or apt-get

  5. #5
    Just Joined!
    Join Date
    Apr 2006
    Location
    West Sussex
    Posts
    37
    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)

  6. #6
    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.

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

    my questions are
    _if i download Xbuntu, will i be able to install Gnome and Xfce?
    Yes, if you have an internet connection.
    or if i download ubuntu, will i be able to install KDE and Xfce?
    Yes, if you have an internet connection.
    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

    _does Mandriva One support Gnome and Xfce also?
    Every Linux distribution can use Gnome, KDE, and/or XFCE.

  7. #7
    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.

  8. #8
    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

  9. #9
    Linux Engineer d38dm8nw81k1ng's Avatar
    Join Date
    Mar 2005
    Location
    Newcastle
    Posts
    793
    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?

  10. #10
    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?)

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •