Hi, you can install unzip (and almost every other application you might need) with: # apt-get install unzip
Under Linux it is more common to use 'tarballs' or bzip2. Tar is standardly installed and you could use it the following way: $ tar -cvzf homedir.tar.gz /home/myself this (c)reates a new file For unpacking: $ tar -xvzf homedir.tar.gz Winzip handles these file's well, so you can also send these to almost every windoze user. Greetz, Sebastiaan On Thu, 30 Nov 2000, Alistair Whittle wrote: > Hi, > > I have just installed debian GNU/Linux 2.2. The install worked fine, and I > am now trying to install another application which requires a file to be > unzipped. The unzip command for some reason does not register. Looking > through man pages etc, there are other like gnuzip, gzip, zcat etc, all of > which say that to unzip a file, use unzip. So, I have a problem. Is unzip > a separate thing which needs to be installed? Is there an alternative to > unzip? > > Thanks > > Alistair C Whittle > Mailto:[EMAIL PROTECTED] > Logistics Resources Limited > 9 - 13 Fenchurch Buildings > London > EC3M 5HR > > Tel: 020 7481 2101 > Fax: 020 7481 2201 > Mobile: 07949 104 739 > Web: http://www.lrl.co.uk > __________________________________________________________________________ > LEGAL NOTICE: information in this email is confidential & intended solely > for the addressee. > If you are not the intended recipient, any disclosure, copying, distribution > of this mail or other > action thereon, is prohibited & may be unlawful. > __________________________________________________________________________ > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > >