9.04 server: ftpd
NoOp
glgxg at sbcglobal.net
Tue Jun 23 22:55:43 UTC 2009
On 06/23/2009 03:36 PM, bill wrote:
> I need to be able to ftp into the newly installed 9.04 server.
> I actually looked up the documentation this time and it said, use
>
> sudo apt-get install vsftpd
>
> I get:
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> E: can't find vsftpd
>
> Does it look on the CD, or on the net ?
>
>
It will only look on the CD if you have the CD enabled in your
/etc/apt/sources.list - otherwise it looks on the net. It should look
something like this with a valid sources.list:
$ sudo apt-get install -s vsftpd
[sudo] password for <user>:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
vsftpd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Inst vsftpd (2.0.7-0ubuntu1 Ubuntu:9.04/jaunty)
Conf vsftpd (2.0.7-0ubuntu1 Ubuntu:9.04/jaunty)
Note: the '-s' is for 'simulate' so I didn't actually install it.
vsftpd is in the main Ubuntu repository, so if you have a network
connection it should fetch it properly:
http://packages.ubuntu.com/intrepid/net/vsftpd
Check your sources.list & comment out the CD:
# deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386
(20090420.1)]/ jaunty main restricted
More information about the ubuntu-users
mailing list