.tar.gz does not uncompress on shell
-
I downloaded the 2.3 version in .tar.gz and ran tar as usual, but I get an error:
[email protected] [~/public_html]# wget https://www.ads-software.com/latest.tar.gz
–07:50:42– https://www.ads-software.com/latest.tar.gz
=> `latest.tar.gz’
Resolving www.ads-software.com… 72.233.56.139, 72.233.56.138
Connecting to www.ads-software.com|72.233.56.139|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: unspecified [application/octet-stream]
[ <=> ] 3,502,080 2.92M/s
07:50:43 (2.91 MB/s) – `latest.tar.gz’ saved [3502080]
[email protected] [~/public_html]# tar -zxvf latest.tar.gz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
[email protected] [~/public_html]#Why is it? This is a BlueHost PHP5 & HighCPU server.
- The topic ‘.tar.gz does not uncompress on shell’ is closed to new replies.