Results 1 to 10 of 10

Thread: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

  1. #1
    Join Date
    Apr 2005
    Beans
    135

    HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    With an internet connection you can install:
    kubuntu-desktop 67MB/108MB download, uses 312MB additional hd space
    ubuntu-desktop 115MB download, uses 542MB additional hd space

    So people who would want to do this might include:
    -no internet connection available who had cd's mailed to them or burned by a friend
    -who plan on installing either one more than a couple times before next release
    -rolling it out on multiple desktops in a corporate environment

    To install kubuntu-desktop KDE 3.4 on existing Ubuntu 5.04
    insert Kubuntu 5.04 CD
    sudo apt-cdrom add
    sudo apt-get install kubuntu-desktop

    logout | end session
    Session or Session Type choose KDE, then login.

    To install ubuntu-desktop GNOME 2.10 on existing Kubuntu 5.04
    insert Ubuntu 5.04 CD
    Ubuntu CD detected choose Cancel
    sudo apt-cdrom add
    Ubuntu CD detected choose Cancel
    sudo apt-get install ubuntu-desktop
    logout | end session
    Session or Session Type choose GNOME, then login.


    btw I know you can do it the graphical way from ubuntu --- insert kbuntu cd, start package manager, search kubuntu-desktop, mark, apply, apply, choose kdm or gdm but I think the terminal way is quicker.

    Sidenote:
    How to install XFCE 4.2.1 Desktop Environment (like KDE/GNOME but super light weight) 14MB download
    but requires internet connection though.

    sudo apt-get install xfce4 xfmedia xterminal xfce4-theme-brushedchrome

  2. #2
    Join Date
    Mar 2005
    Location
    MD, US
    Beans
    102

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    Is there any difference whether you start with Ubuntu and add KDE or start with Kubuntu and add GNOME, or should the results be almost identical?

    I want to be able to set up systems where users have a choice to login to GNOME or KDE.

  3. #3
    Join Date
    Nov 2004
    Beans
    173

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    I stil have a Great question:
    What's the best
    kde over Ubuntu
    Or Gnome over Kubuntu ?
    For me the 1st worked very well rather than with the second sounds, candies, and some bugs issues.

    And for you ?

  4. #4
    Join Date
    Mar 2005
    Location
    MD, US
    Beans
    102

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    Quote Originally Posted by ykpaiha
    I stil have a Great question:
    What's the best
    kde over Ubuntu
    Or Gnome over Kubuntu ?
    For me the 1st worked very well rather than with the second sounds, candies, and some bugs issues.

    And for you ?
    I've tried both, had to set up software mixing per this thread for games:
    http://www.ubuntuforums.org/showthre...ultiple+sounds

    On one computer (an old Dell GX1 with Ubuntu + KDE) esound works for sound, and on the other (Averatec laptop with Kubuntu + GNOME) I had to use ALSA, but my guess is that's a function of the soundcard hardware and what is or isn't supported. On both computers, when I launch games from the command line, sound works, but when I launch games from the menu, sound doesn't work. I haven't found any differences yet.

  5. #5
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    I find that KDE is the best and makes things more stable. Plus the default software and file manager are awesome.

  6. #6
    Join Date
    Dec 2007
    Location
    Mom's Basement
    Beans
    653

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    i hope u guys know that this thread is from 2005.....its 2008
    Microsoft's rein over computers will fall....eventually...i think

  7. #7
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    .............wow that was embarrassing

  8. #8
    Join Date
    Feb 2008
    Beans
    1

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    I have just installed Ubuntu 7.10 Server version for the first time, from a CD. When it boots it goes to the command-line-prompt. Please, how could I get a GUI installed? I have not yet configured an internet connection because I figure that I would need a GUI to setup the network connection.

  9. #9
    Join Date
    Sep 2005
    Location
    Vermont
    Beans
    94
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    Quote Originally Posted by Board1 View Post
    I have just installed Ubuntu 7.10 Server .... When it boots it goes to the command-line-prompt. Please, how could I get a GUI installed? I have not yet configured an internet connection.
    If you're on dhcp and plugged into your LAN, you should have an Internet connection working. If you don't have dhcp, but you have a permanent (DSL or cable) connection, you need to do a simple edit on the values in the file /etc/network/interfaces. Enter "man interfaces" for the man page. All you really need is the address and the netmask. For example (with random values):

    Code:
    auto eth0
    iface eth0 inet static
            address 206.22.236.77
            netmask 255.255.255.240
    Then "ifup eth0" should connect you (if the address and netmask are right).

    Once your net connection is up, you can use apt-get to install the GUI you desire.

  10. #10
    Join Date
    Dec 2007
    Location
    London, UK
    Beans
    85
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO install KDE on Ubuntu and GNOME on Kubuntu without internet connection

    The instructions given for an older Ubuntu:
    Code:
    To install kubuntu-desktop KDE 3.4 on existing Ubuntu 5.04
    insert Kubuntu 5.04 CD
    sudo apt-cdrom add
    sudo apt-get install kubuntu-desktop
    logout | end session
    Session or Session Type choose KDE, then login.
    -- should they work with Ubuntu 8.04 or should I use something different?

    I tried the first line given, and got the following output:
    Code:
    E: Sub-process gpgv returned an error code (2)
    E: Read error - read (5 Input/output error)
    
    W: Signature verification failed for: /cdrom/dists/hardy/Release.gpg
    The CD I used for Kubuntu to get KDE is for Kubuntu 8.04.
    There is a fine line between genius and insanity

Bookmarks

Posting Permissions

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