Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4316

Beginners • Re: Extracting files from a tar.gz archive

$
0
0
From the command line

Code:

man tar
gets 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:

tar -xzvf insert-filename-here

Statistics: Posted by thagrol — Mon Jul 01, 2024 3:18 pm



Viewing all articles
Browse latest Browse all 4316

Trending Articles