From the command linegets you the documentation for tar.
It's been a while since I'ved used tar in anger but IIRC if you open a terminal in the directory (or cd to it in an open terminal) containing the .tgz file and run the following it should extract the contents of the file.
Code:
man tar
It's been a while since I'ved used tar in anger but IIRC if you open a terminal in the directory (or cd to it in an open terminal) containing the .tgz file and run the following it should extract the contents of the file.
Code:
tar -xzvf insert-filename-here
Statistics: Posted by thagrol — Mon Jul 01, 2024 3:18 pm