Perfect Ubuntu Installation Problems

Discussion in 'HOWTO-Related Questions' started by zimele, Jun 12, 2006.

  1. zimele

    zimele New Member

    Hi All

    I'm Running Ubuntu Server 5.10 Breezy Badger and trying to Complete The ISP Server Tutorial from Howtoforge now i'm having trouble with ncftp when i try to run this installation of this


    apt-get install binutils cpp cpp-4.0 fetchmail flex gcc gcc-4.0 libarchive-zip-perl libc6-dev libcompress-zlib-perl libdb4.3-dev libpcre3 libpopt-dev linux-kernel-headers lynx m4 make ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev (in 1 Line!!)

    and this is how my /etc/apt/sources.list

    # deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted


    deb http://de.archive.ubuntu.com/ubuntu breezy main restricted
    deb-src http://de.archive.ubuntu.com/ubuntu breezy main restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://de.archive.ubuntu.com/ubuntu breezy-updates main restricted
    deb-src http://de.archive.ubuntu.com/ubuntu breezy-updates main restricted

    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## 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://de.archive.ubuntu.com/ubuntu breezy universe
    deb-src http://de.archive.ubuntu.com/ubuntu breezy universe

    ## 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://de.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse
    # deb-src http://de.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse

    deb http://security.ubuntu.com/ubuntu breezy-security main restricted
    deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

    deb http://security.ubuntu.com/ubuntu breezy-security universe
    deb-src http://security.ubuntu.com/ubuntu breezy-security universe

    i removed NCFTP from the top installation and carried on and got to page 5 of the tutorial now i'm stuck on

    apt-get install proftpd proftpd-common ucf

    and get E: couln't find package prodftpd and i kind figured that these work hand in hand!!!!!

    Please can you help!
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Did you run
    Code:
    apt-get update
    after you changed /etc/apt/sources.list?
     
  3. zimele

    zimele New Member

    yes i have
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Are you sure you didn't make any typos when you tried to install proftpd?
     
  5. zimele

    zimele New Member

    None

    I've checked and absolutely no typos
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Then either Ubuntu has changed its repositories for 5.10, or there is some kind of error during your setup... :confused:
     

Share This Page