sources.list: 1 lines, 69 characters zvmlinx5:/etc/apt# apt-get -y update # 0% [Waiting for file]
above is all i get -----Original Message----- From: John Summerfield [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 6:38 PM To: [EMAIL PROTECTED] Subject: Re: debian > I am trying Debian for s/390 under VM > > how do I install programs.. > > under Suse i used Yast.. > > i need FTP installed on Debian You should have apt-get setup from your install. If you are happy to use wget (which is a fie ftp tool for retrieving files) you almost certainly have it installed now. If you want the standard ftp client installed, apt-get -y update # this updates information about where current packages are apt-get install ftp and apt-get figures where the latest applicable to your system is and gets it, along with any dependencies. -- Cheers John Summerfield Microsoft's most solid OS: http://www.geocities.com/rcwoolley/ Note: mail delivered to me is deemed to be intended for me, for my disposition. ============================== If you don't like being told you're wrong, be right!
