Info-ZIP 2.3 と Info-UNZIP 5.42 とパスワード
Info-ZIP 2.3
Info-UNZIP 5.42
は 2001-12-12 現在最新です
2001-12-12 作成 福島
TOP > tips > info-zip
$ tar zxf zip23.tar.gz
$ cd zip-2.3
$ unzip -o zcrypt29.zip   -o は上書き指定
$ make -f unix/Makefile list
$ make -f unix/Makefile solaris_gcc
$ su
# pkgadd -d IZzip_i386.pkg

PATH に /opt/Info-ZIP/IZzip/bin を加える

$ tar zxf unzip542.tar.gz
$ cd unzip-5.42
$ unzip -o zcrypt29.zip
$ make -f unix/Makefile list
$ make -f unix/Makefile CC=gcc solaris_pkg

unix/Packaging/prototype
f none $PKG/doc/COPYING=COPYING 0644 root bin  この行を消去

$ make -f unix/Makefile test
$ su
# pkgadd -d IZunzip_i386.pkg

PATH に /opt/Info-ZIP/IZunzip/bin を加える


使い方 $ zip -P password ArciveFile RawFile(s) $ unzip -P password ArciveFile RawFile(s)