首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >解压压缩dstream包

解压压缩dstream包
EN

Stack Overflow用户
提问于 2018-01-31 18:17:57
回答 1查看 51关注 0票数 0

如何在Solaris中解压缩.dstream.Z包。我尝试了以下所有的方法

炮拉链

代码语言:javascript
复制
 # gunzip pkg@1821417@27528.dstream.Z

gzip: pkg@1821417@27528.dstream.Z: not in gzip format

解拉链

代码语言:javascript
复制
# 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.

罐子

代码语言:javascript
复制
 jar xf pkg@1821417@27528.dstream.Z
bash: jar: command not found

cpio

代码语言:javascript
复制
# cpio -idvu pkg@1821417@27528.dstream.Z

在这里,我不得不按下Ctrl+C,因为没有打印出来。

此外,我使用file命令进行了检查:

代码语言:javascript
复制
# file pkg@1821417@27528.dstream.Z
pkg@1821417@27528.dstream.Z:   html document
EN

回答 1

Stack Overflow用户

发布于 2018-01-31 23:38:49

对于这类带有uncompress后缀的文件,您应该使用.Z。这是一个古老的工具,现在,但它仍然工作,当然。

就像这样:

uncompress pkg@1821417@27528.dstream.Z

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/48548919

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档