3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

CentOSでtarしたらThis does not look like a tar archiveとなったときの対応方法

Posted at
  • 環境:CentOS Linux release 7.6.1810 (Core)

事象 : 解凍しようとしてtarしたら怒られた

$ tar -xvf hoge.zip
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

原因 : ZIPファイルだから

解凍したいからといってなんでもtarすればいいわけではない
一度はちゃんと確認しておきたいデータ圧縮形式 - Qiita

対応方法 : unzipを使う

$ unzip hoge.zip
Archive:  a.zip
  inflating: nikki/20190601.md
  inflating: nikki/20190602.md
3
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?