Results 1 to 5 of 5

Thread: ubuntu server 7.10 Gui install

  1. #1
    Join Date
    Mar 2008
    Location
    Pretoria
    Beans
    Hidden!
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    ubuntu server 7.10 Gui install

    Hello there -
    I installed ubuntu server 7.10 and would now like to install kubuntu 7.10 for the gui. I have the kubuntu on CD (do not want to install from network) and (do not want webmin for now) or (other light gnome)
    I tried the following command and several other

    Code:
    sudo apt-get install kubuntu-desktop
    I"m getting a message that says

    Reading package lists...Done
    Building dependency tree
    Reading state information...Done
    E: Couldn't find package kubuntu-desktop

    is it necessary to enable the universe\multiverse repos, how do I do this?
    taking out the comments "#" in

    Code:
    nano /etc/apt/sources.list
    thanks

  2. #2
    Join Date
    Oct 2005
    Location
    Manchester, England
    Beans
    462
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: ubuntu server 7.10 Gui install

    multiverse/universe repositories are repositories on the internet.

    Try editing the CDROM line in the sources.list.
    Jimmey

  3. #3
    Join Date
    Jun 2007
    Beans
    15

    Re: ubuntu server 7.10 Gui install

    Quote Originally Posted by xooku View Post
    Hello there -
    Reading package lists...Done
    Building dependency tree
    Reading state information...Done
    E: Couldn't find package kubuntu-desktop

    is it necessary to enable the universe\multiverse repos, how do I do this?
    thanks
    It sounds like you just need to enable the *main* repository. Although I'd obviously recommend universe and multiverse too.

    Here is a good, simple sources.list (I'd remove the CD entry unless you are going to be wanting to install packages from the CD rather than the internet):
    Code:
    deb http://za.archive.ubuntu.com/ubuntu/ gutsy main restricted universe multiverse
    deb http://za.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted universe multiverse
    deb http://za.archive.ubuntu.com/ubuntu/ gutsy-security main restricted universe multiverse

  4. #4
    Join Date
    May 2006
    Beans
    778
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: ubuntu server 7.10 Gui install

    if you planning to install kubuntu-desktop from the cd (which im not sure if its even possible), then ignore all the entries in /etc/apt/sources.list except the cdrom lines.

    those are the two most important lines. make sure they are not commented out, and read correctly. once you have done that, first run:

    Code:
    sudo apt-get update
    then:

    Code:
    sudo apt-get install kubuntu-desktop
    the cdrom line in sources.list should read something like:

    Code:
    deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
    but would be slightly different for kubuntu. you need someone with a full kubuntu install of 7.10 to help give you the correct line. if no one has replied by tonight, then when i get home i will get the correct line and post it up here.

  5. #5
    Join Date
    Mar 2008
    Location
    Pretoria
    Beans
    Hidden!
    Distro
    Kubuntu 7.10 Gutsy Gibbon

    Re: ubuntu server 7.10 Gui install

    Hello there,

    Allright got it -

    First of all I read up on the 'alternate' iso images available for download on ubuntu - live desktop images does not work - for me at least..

    secondly all the commands posted in gui installation works just fine.

    Code:
    sudo apt-cdrom add
    
    sudo apt-get update 
    
    sudo apt-get install kubuntu-desktop
    the sudo apt-get update updates the sources.list automatically.

    wow such a simple installation..at least now I have every available image ubuntu has to offer!

    Now I need to know more about common services such as domain, users, file server, mail server setup and howto, any suggestions????

    thanks for the posts
    Last edited by xooku; March 25th, 2008 at 10:38 AM.

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
  •