如何在Solaris中解压缩.dstream.Z包。我尝试了以下所有的方法
炮拉链
# gunzip pkg@1821417@27528.dstream.Z
gzip: pkg@1821417@27528.dstream.Z: not in gzip format解拉链
# unzip pkg@1821417@27528.dstream.Z
Archive: pkg@1821417@27528.dstream.Z
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 on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of pkg@1821417@27528.dstream.Z or
pkg@27528.dstream.Z.zip, and cannot find pkg@1821417@27528.dstream.Z.ZIP, period.罐子
jar xf pkg@1821417@27528.dstream.Z
bash: jar: command not foundcpio
# cpio -idvu pkg@1821417@27528.dstream.Z在这里,我不得不按下Ctrl+C,因为没有打印出来。
此外,我使用file命令进行了检查:
# file pkg@1821417@27528.dstream.Z
pkg@1821417@27528.dstream.Z: html document发布于 2018-01-31 23:38:49
对于这类带有uncompress后缀的文件,您应该使用.Z。这是一个古老的工具,现在,但它仍然工作,当然。
就像这样:
uncompress pkg@1821417@27528.dstream.Z
https://stackoverflow.com/questions/48548919
复制相似问题