LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tar problems! (https://www.linuxquestions.org/questions/linux-newbie-8/tar-problems-393865/)

rustic_kilo 12-17-2005 10:08 AM

tar problems!
 
Ok,here goes,installed Mandriva 2006,downloaded with Windows(modem problems in Mandriav) drivers for my ADSL Modem,put them on a smartcard, booted on mandriva,found my driver on remouvable device,now what do I have to do to unpack this thing so I can install it,its a TAR file,do I have to copy it in my documents,untar it in my documents?When I try to run TAR in a console it can't find the file?
Thanks,
Mike

merchtemeagle 12-17-2005 10:13 AM

Please, search the fora. This question is asked daily.

rustic_kilo 12-17-2005 11:09 AM

mertchemeagle
 
Browsed but didn't find the answer!
Mike

merchtemeagle 12-17-2005 11:16 AM

You should run 'man tar' in a console to see all the options that can be supplied to tar.
When the file is untarred (in your home directory for example) there will probably be a README supplied.

Nylex 12-18-2005 07:38 AM

If the file you downloaded is on your removable device, then maybe move it to your home directory and then untar it there. If you have space on the removable media, then you could untar it there if you wanted. Did you make sure to change to the directory where the file is, before running tar? Either that or specify the full path to the file when you run tar.

rustic_kilo 12-19-2005 01:42 AM

I transfered it to my home directory "documents" bye copying it and pasting it,is that OK? Then I will try to untar it.
Thanks for your help everyone!
Mike

chrism01 12-19-2005 10:40 PM

Basically, open a terminal, cd to the dir the tar file is in and use
tar -xvf <yourfile>
if it's a straight tar file.
If it's been gzipped (extension like .tgz or .tar.gz), use
tar -zxvf <yourfile>
and then examine what it produces. There's prob a README or something like that.

rustic_kilo 12-20-2005 12:56 AM

thanks for all your answers,finally made it work out!!!
Mike


All times are GMT -5. The time now is 05:42 AM.