Answers for "upload tar gz"

2

is tgz the same as tar.gz

They are identical.
I think in the old package repo days, 
.tgz was used because files on DOS floppies could only have three letter 
extensions. When this limitation was removed,
.tar.gz was used to be more verbose by showing both the archive type (tar) 
and zipper (gzip).
Posted by: Guest on December-30-2021
6

install from tar gz file unix

tar -xzvf filename.tar.gz
Posted by: Guest on May-11-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language