LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-14-2004, 12:11 AM   #1
Godboo
LQ Newbie
 
Registered: Jan 2004
Location: Arizona, USA
Distribution: Slackware 9.1
Posts: 22

Rep: Reputation: 15
*.tar.tar files


Hi again...

Well I'm trying to install MPlayer and I'm running into some problems. I tried installing the .rpm files but I just ran into too many dependencies so I said forgot that.

Then I tried compiling from the source, only the source files I downloaded are in *.tar.tar form.

So I tried using various tar shell commands without any luck. How do I extract *.tar.tar files?


Thx guys...

BTW...I know this is probably a FAQ in the forums but I couldn't find any posts related to my question in the search results .
 
Old 01-14-2004, 12:22 AM   #2
Thrasher
Member
 
Registered: Oct 2003
Location: Riverside, CA
Distribution: Slackware/RedHat
Posts: 79

Rep: Reputation: 15
Looks like too many tars, rename to just have one .tar and run this command:
tar xvf (filename.tar)
 
Old 01-14-2004, 02:27 AM   #3
scott_R
Member
 
Registered: Jul 2003
Location: Brighton, Michigan, USA
Distribution: Lots of distros in the past, now Linux Mint
Posts: 748

Rep: Reputation: 31
I've seen this before. If Thrasher's post doesn't help, you might simply want to run "tar -xvf (filename)" twice. Some people think (and sometimes it works, but not often) that double-tarring a file makes it smaller. In most cases, once a file's tarred, it's as small as it's going to get, and the double tarring is only going to add useless extra fluff to the system. Still, it's worth a shot.
 
Old 01-14-2004, 06:20 AM   #4
willand
Member
 
Registered: Dec 2003
Location: Paris, France
Distribution: Debian, Knoppix & Mandrake
Posts: 52

Rep: Reputation: 15
and why tar a file two times ?
it's not better to use gzip... to compress the file ?
 
Old 01-14-2004, 09:56 AM   #5
Godboo
LQ Newbie
 
Registered: Jan 2004
Location: Arizona, USA
Distribution: Slackware 9.1
Posts: 22

Original Poster
Rep: Reputation: 15
Sorry, I should have mentioned this earlier.
Whenever I try to run the tar -xvf command I get a few errors:

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors

I got the file from the MPlayer official site, so I assume it wouldn't be a bad file right?
 
Old 01-14-2004, 10:06 AM   #6
aaa
LQ Guru
 
Registered: Jul 2003
Location: VA
Distribution: Slack 10.1
Posts: 2,194

Rep: Reputation: 47
What did you use to download it?
 
Old 01-14-2004, 10:06 AM   #7
guygriffiths
Member
 
Registered: Jun 2003
Location: Reading, UK
Distribution: Debian 3.0, LFS
Posts: 524

Rep: Reputation: 37
Nope, it's not a bad file. I'm guessing you downloaded this in Windows originally? Certainly windows saves *.tar.bz2 files as *.tar.tar
To make sure, do:
file filename.tar.tar and you should get something like:
filename.bz2: bzip2 compressed data, block size = xxxk

Then untar it with:
mv filename.tar.tar filename.tar.bz2
tar xvjf filename.tar.bz2
or
mv filename.tar.tar filename.tar.gz
tar xvzf filename.tar.gz
if it's a gzip file.

Hope this works
Guy
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 02:48 AM
tar tar cvf - . | (cd /root/; tar xvf -) ewt3y Linux - General 10 02-19-2014 10:55 AM
a tough question 4 u, problem in extracting tar & tar.gz files p_garg Linux - General 5 11-08-2010 11:02 AM
how to install .tar.bz and src.rpms and tar.gz files gadekishore Linux - Software 1 10-12-2005 08:09 PM
Diferance between rpm, tar, tar.gz, scr.tar, etc mobassir Linux - General 12 08-21-2003 06:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration