I want to unpack tar.gz file
Where should I locate the package I want to unpack??

Recommended Answers

All 2 Replies

Member Avatar for iamthwee

?

Wherever you downloaded the package to?

How are we supposed to know that?

1. Go to the folder where u want to extract the contents to...
2. Use the command
tar -xzvf /directory/to/your/file.tar.gz

The files with the tar will be untar in the current directory

Cheers :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.