LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HELP ME PLEASE! TAR file?? (https://www.linuxquestions.org/questions/linux-newbie-8/help-me-please-tar-file-272371/)

mr.yay 12-31-2004 01:39 PM

HELP ME PLEASE! TAR file??
 
hi, i downloaded this music file thing, and it wont open because my computer doesnt recognize "TAR". how do i extract TAR..or how do i get my music to play? - thanks :)

Tuttle 12-31-2004 01:46 PM

more details please! A *.tar file is compressed, like a *.zip file.

mr.yay 12-31-2004 01:52 PM

sorry man, as you can see im not really good in computers...and well, what do you want to know? like...the files on the desktop..and i right clicked it and went to properties..and the "file tyte" is "TAR FILE" ...thats all it really says..

mjl3434 12-31-2004 02:02 PM

Are you on Windows or Linux?

If you're on windows download winrar and make sure it's associated with the .tar file type. After installation you should be able to uncompress the file using winrar and then use it.

If you're on linux then it should just be a matter of typing "man tar" and reading that man page. However since you probably would want the easy way out it would be

"tar -xvf filename.tar"

the x is for extract the v is for verbose and the f is for filename.

Linux~Powered 12-31-2004 02:02 PM

if it's just a .tar file then...

Code:

tar -xvf yourfiletobeuntared
if it's a .tar.gz file then...

Code:

tar -zxvf fileyouruntaring
if it's a tar.bz2 file....

Code:

tar -jxvf fileyouruntaring
One more command i have for you...

Code:

man tar

mr.yay 12-31-2004 02:05 PM

cool i got windows....but where would i write those codes??

Linux~Powered 12-31-2004 02:16 PM

If you're on Winsucks those code wont do you any good. You have to download a utility to extract them like winrar , the one mjl3434 mentioned.

JunctaJuvant 12-31-2004 02:18 PM

If you had GNU/Linux, then you'd type those commands in a shell. Since you're on windows, don't type anything and see the suggestion above in post #4

mr.yay 12-31-2004 02:22 PM

alright guys. THANKS! :)!

mr.yay 12-31-2004 02:41 PM

man im really really confused...i D/l winrar....and so i associated it with .TAR , but it still wont play? all the .TAR files have turned into 'winrar archives' how do i switch it to ZIP?

mr.yay 12-31-2004 03:10 PM

waite i got it my bad

michaelk 12-31-2004 03:18 PM

So what is this music file thing you downloaded? Windows stuff is usually compressed is in a zip format. What happened when you tried to extract the files via winrar?


All times are GMT -5. The time now is 08:52 PM.