The Perfect Server - Ubuntu Gutsy Gibbon (Ubuntu 7.10) problem

Discussion in 'HOWTO-Related Questions' started by ymustuknow, Apr 18, 2008.

  1. ymustuknow

    ymustuknow New Member

    Hello everyone,
    I am trying to install Ubuntu Gutsy Gibbon (Ubuntu 7.10) and have ran into a snag. I am at step #6 and have run into a problem.

    http://www.howtoforge.com/perfect_server_ubuntu7.10

    I type in:
    "apt-get install vim-full"

    and I get this:
    Reading package lists.... Done
    Building dependency tree
    Reading state information.. Done
    Package vim-full isn't available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or is only available from another source
    E: Package vim-full has no installation candidate


    Any ideas?
     
  2. falko

    falko Super Moderator Howtoforge Staff

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

    ymustuknow New Member

    I logged in and typed in /ect/apt/source.list and also tried ect/apt/source.list and got this both times:

    -bash: ect/apt/sources.list:no such file or directory


    Can you tell me what steps I would need to do to what I would like to do?
    -fileserver
    -ftp
    -vpn
    -printer server
    -web hosting


    I am also thinking about a STRONG firewall, but am not sure about that quite yet, more worried about the Ubuntu Server install, of course :).
     
    Last edited: Apr 20, 2008
  4. Leszek

    Leszek Member

    It's /etc not /ect
    sources.list is a file.You can view it by entering:
    Code:
    more /etc/apt/sources.list
    There are lots of good howtos here.I'm sure You will find something appropriate.
     
    Last edited: Apr 20, 2008
  5. ymustuknow

    ymustuknow New Member

    Well, unless sudo need to be before this, it gives the same message:

    etc/apt/source.list: No such file or directory.

    This is for:

    more /etc/apt/sources.list
    &
    /ect/apt/source.list

    ???

    :)
     
    Last edited: Apr 21, 2008
  6. Leszek

    Leszek Member

    You can see the contents of that file without sudo, but changing something requires You to have appropriate access permissions:
    Code:
     more /etc/apt/sources.list
    in my case it contains:
    Code:
    # deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main r
    estricted
    deb-src http://archive.ubuntu.com/ubuntu/ gutsy main restricted #Added by softwa
    re-properties
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    
    deb http://pl.archive.ubuntu.com/ubuntu/ gutsy main restricted
    deb-src http://pl.archive.ubuntu.com/ubuntu/ gutsy restricted main multiverse un
    iverse #Added by software-properties
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://pl.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
    deb-src http://pl.archive.ubuntu.com/ubuntu/ gutsy-updates restricted main multi
    verse universe #Added by software-properties
    
    ## 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.
    deb http://pl.archive.ubuntu.com/ubuntu/ gutsy universe
    deb http://pl.archive.ubuntu.com/ubuntu/ gutsy-updates universe
    
    ## 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://pl.archive.ubuntu.com/ubuntu/ gutsy multiverse
    deb http://pl.archive.ubuntu.com/ubuntu/ gutsy-updates 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.
    
    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository. This software is not part of Ubuntu, but is
    ## offered by Canonical and the respective vendors as a service to Ubuntu
    ## users.
    deb http://archive.canonical.com/ubuntu gutsy partner
    deb-src http://archive.canonical.com/ubuntu gutsy partner
    
    deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu gutsy-security restricted main multiverse universe #Added by software-properties
    deb http://security.ubuntu.com/ubuntu gutsy-security universe
    deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
    
    deb http://wine.budgetdedicated.com/apt gutsy main
    
    deb http://download.skype.com/linux/repos/debian/ stable non-free
    deb http://dl.google.com/linux/deb/ stable non-free
    
    deb http://packages.medibuntu.org/ gutsy free non-free
    
    deb http://mirror2.ubuntulinux.nl/ gutsy-seveas all
    
    Check if it's really there.
     
  7. ymustuknow

    ymustuknow New Member

    I see that you can view your source list, but I can't, at least by code:
    more /etc/apt/source.list

    I am very new to this, and know only what the tutorial and what I am told (n00b).

    What now?
     
  8. falko

    falko Super Moderator Howtoforge Staff

    It's
    Code:
    more /etc/apt/source[B][COLOR="Red"]s[/COLOR][/B].list
     
  9. ymustuknow

    ymustuknow New Member

    There we go! Yea I see most of that, but I can't see all that on mine (don't want to mess this up) :) It has most of that and then it shows:

    --More--34%

    Sure looks like it, right down to the "release" # (20071016)

    Alright, what is the next thing to do/try? :D
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Press ENTER to scroll down.
     
  11. ymustuknow

    ymustuknow New Member

    Ok now that I know this info, what should I do about installing VIM-full?
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Please run
    Code:
    apt-get update
    and then
    Code:
    apt-get install vim-full
     
  13. ymustuknow

    ymustuknow New Member

    The update only makes it to 27% and no updates are installed.

    Is there a way of downloading the needed updates and manually installing them?
     
    Last edited: Apr 23, 2008
  14. falko

    falko Super Moderator Howtoforge Staff

    What do you mean with that? Is your Internet connection maybe unstable? Have you tried a second time?
     
  15. ymustuknow

    ymustuknow New Member

    Last edited: Apr 24, 2008
  16. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/resolv.conf?
     
  17. ymustuknow

    ymustuknow New Member

    this is what I got with and without sudo being typed in:
    -bach: /etc/resolv.conf:No such file or directory
     
  18. falko

    falko Super Moderator Howtoforge Staff

    Try
    Code:
    cat /etc/resolv.conf
     
  19. ymustuknow

    ymustuknow New Member

    Typing:
    cat /etc/resolv.conf
    I get this:
    nameserver 192.168.1.1
     
  20. falko

    falko Super Moderator Howtoforge Staff

    Please edit /etc/resolv.conf and try
    Code:
    nameserver 145.253.2.75
    nameserver 62.109.123.7
    instead.
     

Share This Page