Project

General

Profile

Actions

Bug #1541

closed

tar(1) fails to extract a valid archive

Added by hasso over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

https://www.mirbsd.org/MirOS/dist/hosted/kwalletcli/kwalletcli-1.00.tar.gz

$ tar -zxf kwalletcli-1.00.tar.gz
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
$

Using g(un)zip(1) and tar(1) works:

$ gzip -cd kwalletcli-1.00.tar.gz | tar -xf -
$

Actions

Also available in: Atom PDF