run .tar.gz file code example
Example 1: unzip a tar.gz file in linux
tar -xvzf community_images.tar.gz
Example 2: install from tar gz file unix
tar -xzvf filename.tar.gz
Example 3: how to install tar.gz in ubuntu
tar -xzf archive-name.tar.gz
cd archive-name
./configure
make
sudo make install
Example 4: open .tar.gz windows
gunzip.exe example.tar.gz
tar.exe xf example.tar