Things You'll Need:
- .tar file
- Terminal or quivalent UNIX program
-
Step 1
Open the terminal and locate the directory in which your .tar file is stored.
-
Step 2
Change to this directory in terminal using the cd command. To do this, simply type the characters "cd" into the terminal, followed by one blank space and then the directory. For example, "cd home/users/bin" will take the terminal to the /bin folder.
-
Step 3
Once in the same directory as the .tar file, type the command "tar -zxvf filename.tar." Press "enter." This will decompress the .tar file into the original separate files.













