PDA

View Full Version : [ubuntu] explain this install command



dd1313
January 30th, 2010, 09:30 PM
Hi Guys

I picked up this code from here http://www.howtoforge.com/perfect_setup_ubuntu_6.06_p4


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++


I then get the following response


Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package ncftp

What does that mean please ?

I am using 6.06 LTS server

can someone help me with a line feed after each install above so I know the names of the packages.

THanks
Dev

falconindy
January 30th, 2010, 09:32 PM
Pretty straightforward. You've got the package 'ncftp' listed in your install command and its not being found by apt. Remove it from the string and try running it again.

dd1313
January 31st, 2010, 01:01 AM
Pretty straightforward. You've got the package 'ncftp' listed in your install command and its not being found by apt. Remove it from the string and try running it again.

thanks

what is ncftp and how can I get it please ?

THanks
Dev

howefield
January 31st, 2010, 01:04 AM
http://packages.ubuntu.com/dapper/ncftp

dd1313
January 31st, 2010, 01:31 AM
http://packages.ubuntu.com/dapper/ncftp

thank you