How to Open TGZ
- 1). Open a terminal or Konsole window. The Terminal or Konsole program is found under the main Programs menu or by right-clicking on the Desktop.
- 2). Type the command "tar -xvzf filename.tgz" to extract the .TGZ file. Replace "filename" with the name of the file.
- 3). Type the command "ls" to list the contents of the directory to ensure that the file was extracted correctly.
Source...