error in wget

Karl Auer kauer at biplane.com.au
Wed May 20 13:01:28 UTC 2015


On Wed, 2015-05-20 at 12:29 +0000, AMER wrote:
> I have downloaded the following file using wget
> wget "https://github.com/clamy/cs244/blob/master/cs244-12-dc.tar.gz"

That's an HTML file. Dunno where you got the link, but it's not a gipped
tarball.

Try this instead (in a temporary directory!):

   wget "https://github.com/clamy/cs244/archive/master.zip"
   unzip master.zip
   cd cs244-master
   tar xfvz cs244-12-dc.tar.gz

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: 3C41 82BE A9E7 99A1 B931 5AE7 7638 0147 2C3C 2AC4
Old fingerprint: EC67 61E2 C2F6 EB55 884B E129 072B 0AF0 72AA 9882






More information about the ubuntu-users mailing list