How to extract filename.tar.gz file

后端 未结 8 2132
半阙折子戏
半阙折子戏 2020-12-12 12:47

I want to extract an archive named filename.tar.gz.

Using tar -xzvf filename.tar.gz doesn\'t extract the file. it is gives this error:

8条回答
  •  时光取名叫无心
    2020-12-12 13:27

    The other scenario you mush verify is that the file you're trying to unpack is not empty and is valid.

    In my case I wasn't downloading the file correctly, after double check and I made sure I had the right file I could unpack it without any issues.

提交回复
热议问题