LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to untar files with tar.tar extension (https://www.linuxquestions.org/questions/linux-general-1/how-to-untar-files-with-tar-tar-extension-655064/)

johnkalikavunkal 07-11-2008 04:47 AM

how to untar files with tar.tar extension
 
hi everyone

how can i extract the files with tar.tar extension
I downloaded skins for mplayer and i got files such as Abyss-1.7.tar.tar
pls help untaring this file

i am using rhel4 u2

pls also provide skin installation steps. Mplayer is installed in
/usr/local/bin, would i be needing to install skin in that same directory, if yes pls tell how to redirect it to /usr/local/bin

thanks in advance
john k m

acid_kewpie 07-11-2008 04:49 AM

if it really is two tar files, just untar it twice...

tar xvf blah.tar.tar
tar xvf blah.tar

I assume.

colucix 07-11-2008 04:51 AM

Maybe it is just a redundant file extension. What is the output of
Code:

file Abyss-1.7.tar.tar
First you can try to use tar in test mode:
Code:

tar tvf Abyss-1.7.tar.tar
and see if it gives the list of files inside the archive or if it prints any error message.

acid_kewpie 07-11-2008 04:53 AM

yeah, normally it's just a regular tar or a tar.gz

bathory 07-11-2008 05:33 AM

It's a tar.gz or tar.bz2 file that is renamed to tar.tar. So rename it back and you'll ok.
If you want to install additional skins copy the skin directory inside /usr/local/share/mplayer/Skin

Regards

colucix 07-11-2008 05:36 AM

Or even a tar.bz2. The file command should enlighten us all.


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