12345678910111213141516171819202122 |
- Source: unzip
- Section: utils
- Priority: optional
- Maintainer: Santiago Vila <sanvila@debian.org>
- Standards-Version: 3.9.2
- Build-Depends: libbz2-dev
- Homepage: http://www.info-zip.org/UnZip.html
- Package: unzip
- Architecture: any
- Depends: ${shlibs:Depends}
- Conflicts: unzip-crypt (<< 5.41)
- Replaces: unzip-crypt (<< 5.41)
- Suggests: zip
- Description: De-archiver for .zip files
- InfoZIP's unzip program. With the exception of multi-volume archives
- (ie, .ZIP files that are split across several disks using PKZIP's /& option),
- this can handle any file produced either by PKZIP, or the corresponding
- InfoZIP zip program.
- .
- This version supports encryption.
|