0

.dstream.ZSun Solaris でパッケージを解凍する方法。以下のようにすべての方法を試しました

ガンジップ

 # 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 found

cpio

# cpio -idvu pkg@1821417@27528.dstream.Z

ここではCtrl+C、何も印刷されないため、押す必要がありました。

さらに、ファイルコマンドで確認しました:

# file pkg@1821417@27528.dstream.Z
pkg@1821417@27528.dstream.Z:   html document
4

1 に答える 1