The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    KDE in Ubuntu

    Discussion in 'Linux Compatibility and Software' started by AuroraS, Mar 20, 2007.

  1. AuroraS

    AuroraS Notebook Virtuoso

    Reputations:
    651
    Messages:
    3,497
    Likes Received:
    0
    Trophy Points:
    105
    To be able to load KDE in Ubuntu, is it as simple as downloading the KDE interface from the Synaptic Package Manager and then loading it up on startup? I'm somewhat interested in giving KDE a try, since everybody's talking about it nowadays...
     
  2. pyro9219

    pyro9219 Notebook Deity NBR Reviewer

    Reputations:
    371
    Messages:
    1,407
    Likes Received:
    0
    Trophy Points:
    55
    use synaptic to point at kde-desktop, then restart the pc.
     
  3. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    Actually, you could just type in:

    Code:
    sudo apt-get install kubuntu-desktop
    That may be a huge download though. I just went with:

    Code:
    sudo apt-get install kdebase
    And installed other programs on top of it.
     
  4. Paul

    Paul Mom! Hot Pockets! NBR Reviewer

    Reputations:
    759
    Messages:
    2,637
    Likes Received:
    0
    Trophy Points:
    55
    With older versions of Ubuntu I just typed

    Code:
    sudo apt-get install kde
    but that doesn't work with Feisty. I had to install it via
    Code:
    sudo apt-get install kubuntu-desktop
    Be aware that this completely (well, not really, but basically...) transforms your Ubuntu install into a Kubuntu install, including the Kubuntu startup screen, splash screen, etc.
     
  5. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
  6. CalebSchmerge

    CalebSchmerge Woof NBR Reviewer

    Reputations:
    1,126
    Messages:
    2,395
    Likes Received:
    2
    Trophy Points:
    55
    So, other than KDE/GNOME, is the real difference in K & Ubuntu the programs that are installed by default (some, not all)?
     
  7. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    That's exactly right. They usually use the ones that come with their respective DE.
     
  8. CalebSchmerge

    CalebSchmerge Woof NBR Reviewer

    Reputations:
    1,126
    Messages:
    2,395
    Likes Received:
    2
    Trophy Points:
    55
    Cool, thanks Lysander.
     
  9. BigV

    BigV Notebook Deity

    Reputations:
    137
    Messages:
    890
    Likes Received:
    0
    Trophy Points:
    30
    well, the underlying graphical toolkits (basically how stuff like buttons are drawn) are different, KDE using Qt, and GNOME using GTK2. Loading both toolkits takes more RAM, so usually they stick with one. So, Kubuntu will use applications intended for KDE, and Ubuntu will use apps intended for GNOME by default.

    Of course, you can install and run apps for either from within either, it just takes more memory.
     
  10. pyro9219

    pyro9219 Notebook Deity NBR Reviewer

    Reputations:
    371
    Messages:
    1,407
    Likes Received:
    0
    Trophy Points:
    55
    I was answering the question asked, which referred to synaptic =P
     
  11. Lysander

    Lysander AFK, raid time.

    Reputations:
    1,553
    Messages:
    2,722
    Likes Received:
    1
    Trophy Points:
    55
    And I just provided a faster alternative. It's all good.