linux zip packaging pressure failure failed
linux, when using unzip to decompress, report an error:
$ unzip LINUX.X64_193000_db_home.zip
Report an error:
Archive: LINUX.X64_193000_db_home.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found
Use jar to solve
[[email protected] ~]# jar xvf LINUX.X64_193000_db_home.zip
JAR: Command Not Found
to download with yum
Install jar package
[[email protected] ~]# yum -y install java-1.6.0-openjdk-devel
Then use jar to pack up
[[email protected] ~]# jar xvf LINUX.X64_193000_db_home.zip
decompression success