Ubuntu 6.1 - missing ncftp

Discussion in 'Installation/Configuration' started by fuzzyhost, Jan 10, 2007.

  1. fuzzyhost

    fuzzyhost New Member

    On step 8 of perfect ISP

    With apt-get command:

    I got another problem: "ncftp" can't be found... Any suggestion?
     
  2. martinfst

    martinfst ISPConfig Developer ISPConfig Developer

    Weird. What output do you get with
    Code:
    ~# apt-cache search ncftp
    . At my 6.10 system it results in:
    Code:
    ncftp - A user-friendly and well-featured FTP client
    ncftp2 - A user-friendly and well-featured FTP client
     
  3. fuzzyhost

    fuzzyhost New Member

    ncftp

    When i do: "apt-cache search ncftp" I got no result even if I'm root

    I temporary solve my problem by not installing it. But I still need it. Then I try to install alone by doing : "apt-get install ncftp" but that not work even.

    Now I got another same anoying problem with "courier-authdaemon" that give me same result: paquet not found...

    I finaly found where is my problem. Inside "sources.list" file
    This file is very important. dont forgot to run: apt-get upgrade after editing it.
     
    Last edited: Jan 11, 2007
  4. falko

    falko Super Moderator ISPConfig Developer

    You must enable the universe repository in /etc/apt/sources.list, as shown in the tutorial. To update the package database, run
    Code:
    apt-get update
     

Share This Page