packages on Ubu server

Discussion in 'HOWTO-Related Questions' started by jvonmitchell, Dec 28, 2007.

  1. jvonmitchell

    jvonmitchell New Member

    I was reading a how to at
    HTML:
    http://www.howtoforge.com/lamp_installation_ubuntu6.06
    .

    It recommended these lines of code:

    Code:
    sudo apt-get update
    sudo apt-get install ubuntu-desktop
    It seems as though Ubu Server and Ubu Desktop have different package sources and the package ubuntu-desktop does not come in the standard package sources. In the how-to, I suggest reading, he explains he does not know whether the package is on the cd or over internet. It sounds like he had played around a little before this point and forgot what he did. What can I do to make this package available.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/apt/sources.list?
     
  3. jvonmitchell

    jvonmitchell New Member

    Here's what I have
    Code:
    [CODE]
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://us.archive.ubuntu.com/ubuntu/ feisty main restricted universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ feisty main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted universe
    deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    ## team, and may not be under a free licence. Please satisfy yourself as to 
    ## your rights to use the software. Also, please note that software in 
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ feisty multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ feisty multiverse
    
    ## Uncomment the following two lines to add software from the 'backports'
    ## repository.
    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    # deb http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
    
    deb http://security.ubuntu.com/ubuntu feisty-security main restricted universe
    deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
    deb http://security.ubuntu.com/ubuntu feisty-security multiverse
    deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
    
    
    
    
    [/CODE]
     
  4. sjau

    sjau Local Meanie Moderator

    I just wonder why install the desktop on a server?
     
  5. jvonmitchell

    jvonmitchell New Member

    I'm just fallowing the tutorial that I found on your site. I was told it was the easiest way to configure one. Could you do me a favour and look at the link before you don't help me. The other point is dual usage without having to crash my server by rebooting into a ubuntu desktop. The other part of it is that Linux is supposed to be customizable, so maybe the system I want to run isn't the same as yours. If you know a lot about severs and know a better way to do this tell me.
     
  6. falko

    falko Super Moderator Howtoforge Staff

  7. jvonmitchell

    jvonmitchell New Member

    Thanks falco. I'm going to give up on this approch and try going the other direction. Desktop -> Server. It seems easier to configure. Thanks anyway.
     

Share This Page