tar 1.27: some gz package is getting extracted but some not
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I am on tar version 1.27. I have 2 different tar balls of same compression format (*.tar.gz). One is getting extracted but another one is not on same architecture. The error I'm receiving is "Invalid tar magic".
file intltool-0.51.0.tar.gz: gzip compressed data, last modified: Mon Mar 9 01:41:20 2015, max compression, from Unix
I tried with tar -xvf *.tar.gz
Can somebody please suggest some solution.
linux tar embedded
add a comment |Â
up vote
0
down vote
favorite
I am on tar version 1.27. I have 2 different tar balls of same compression format (*.tar.gz). One is getting extracted but another one is not on same architecture. The error I'm receiving is "Invalid tar magic".
file intltool-0.51.0.tar.gz: gzip compressed data, last modified: Mon Mar 9 01:41:20 2015, max compression, from Unix
I tried with tar -xvf *.tar.gz
Can somebody please suggest some solution.
linux tar embedded
3
What does thefile
command say when you run it on the two files, and what command do you use to extract the archives? Please edit your answer and add this information.
â Kusalananda
Oct 9 '17 at 10:48
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am on tar version 1.27. I have 2 different tar balls of same compression format (*.tar.gz). One is getting extracted but another one is not on same architecture. The error I'm receiving is "Invalid tar magic".
file intltool-0.51.0.tar.gz: gzip compressed data, last modified: Mon Mar 9 01:41:20 2015, max compression, from Unix
I tried with tar -xvf *.tar.gz
Can somebody please suggest some solution.
linux tar embedded
I am on tar version 1.27. I have 2 different tar balls of same compression format (*.tar.gz). One is getting extracted but another one is not on same architecture. The error I'm receiving is "Invalid tar magic".
file intltool-0.51.0.tar.gz: gzip compressed data, last modified: Mon Mar 9 01:41:20 2015, max compression, from Unix
I tried with tar -xvf *.tar.gz
Can somebody please suggest some solution.
linux tar embedded
linux tar embedded
edited Oct 9 '17 at 12:39
Philippos
5,93211546
5,93211546
asked Oct 9 '17 at 10:45
user254729
1
1
3
What does thefile
command say when you run it on the two files, and what command do you use to extract the archives? Please edit your answer and add this information.
â Kusalananda
Oct 9 '17 at 10:48
add a comment |Â
3
What does thefile
command say when you run it on the two files, and what command do you use to extract the archives? Please edit your answer and add this information.
â Kusalananda
Oct 9 '17 at 10:48
3
3
What does the
file
command say when you run it on the two files, and what command do you use to extract the archives? Please edit your answer and add this information.â Kusalananda
Oct 9 '17 at 10:48
What does the
file
command say when you run it on the two files, and what command do you use to extract the archives? Please edit your answer and add this information.â Kusalananda
Oct 9 '17 at 10:48
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
I can't reproduce problem, however I am using tar 1.28.
try to explictly add
-z
flag e.g.tar xzf fil1.tar.gz
if both tar are on same directory, do not use star (
*
)tar xzf *.tar.gz
tar: t2.tar.gz: Not found in archive
tar: Exiting with failure status due to previous errors
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
I can't reproduce problem, however I am using tar 1.28.
try to explictly add
-z
flag e.g.tar xzf fil1.tar.gz
if both tar are on same directory, do not use star (
*
)tar xzf *.tar.gz
tar: t2.tar.gz: Not found in archive
tar: Exiting with failure status due to previous errors
add a comment |Â
up vote
1
down vote
I can't reproduce problem, however I am using tar 1.28.
try to explictly add
-z
flag e.g.tar xzf fil1.tar.gz
if both tar are on same directory, do not use star (
*
)tar xzf *.tar.gz
tar: t2.tar.gz: Not found in archive
tar: Exiting with failure status due to previous errors
add a comment |Â
up vote
1
down vote
up vote
1
down vote
I can't reproduce problem, however I am using tar 1.28.
try to explictly add
-z
flag e.g.tar xzf fil1.tar.gz
if both tar are on same directory, do not use star (
*
)tar xzf *.tar.gz
tar: t2.tar.gz: Not found in archive
tar: Exiting with failure status due to previous errors
I can't reproduce problem, however I am using tar 1.28.
try to explictly add
-z
flag e.g.tar xzf fil1.tar.gz
if both tar are on same directory, do not use star (
*
)tar xzf *.tar.gz
tar: t2.tar.gz: Not found in archive
tar: Exiting with failure status due to previous errors
answered Oct 9 '17 at 13:18
Archemar
19.1k93366
19.1k93366
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f396982%2ftar-1-27-some-gz-package-is-getting-extracted-but-some-not%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
3
What does the
file
command say when you run it on the two files, and what command do you use to extract the archives? Please edit your answer and add this information.â Kusalananda
Oct 9 '17 at 10:48