sudo apt-get install ncftp Help Pls

Discussion in 'HOWTO-Related Questions' started by jkmurkom, Jan 26, 2008.

  1. jkmurkom

    jkmurkom New Member

    http://www.howtoforge.com/perfect_setup_ubuntu_6.06_p4

    i use this tutorials and when i want to install some software i have a problem like 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 g++

    when i use this command i have this problem

    Reading package lists... Done
    Building dependency tree... Done
    binutils is already the newest version.
    cpp is already the newest version.
    cpp-4.0 is already the newest version.
    fetchmail is already the newest version.
    flex is already the newest version.
    gcc is already the newest version.
    gcc-4.0 is already the newest version.
    libarchive-zip-perl is already the newest version.
    libc6-dev is already the newest version.
    libcompress-zlib-perl is already the newest version.
    libdb4.3-dev is already the newest version.
    libpcre3 is already the newest version.
    libpopt-dev is already the newest version.
    linux-kernel-headers is already the newest version.
    m4 is already the newest version.
    E: Couldn't find package ncftp

    What is wrong :( who can help me :(
     
  2. jkmurkom

    jkmurkom New Member

    my sourceslist is

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


    deb http://security.ubuntu.com/ubuntu dapper-security main restricted
    deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted
    # deb http://security.ubuntu.com/ubuntu dapper-security universe
    # deb-src http://security.ubuntu.com/ubuntu dapper-security universe
     
  3. falko

    falko Super Moderator ISPConfig Developer

    Please uncomment the universe repositories, run
    Code:
    apt-get update
    and try again.
     
  4. jkmurkom

    jkmurkom New Member

    i tried it but still i cant install ncftp :(

    i use apt-get update and
    apt-get upgrade

    but not resolved my problem
     
  5. falko

    falko Super Moderator ISPConfig Developer

    Then don't install ncftp - it's not important.
     
  6. topdog

    topdog Active Member

    I think it is called ncftp2
     

Share This Page