• Resolved Lulio Sr.

    (@lulio-sr)


    I’d like to set up ClouSE but I’m stuck trying to download a compressed archive that will work with the tar tool.

    First of all, when downloading the .tar.gz archive I end up with a file with just the .tar extension. The .gz part is dropped from the downloaded file.

    Then, when I upload that file to my linux server and try to unzip it with the tar xzf command, I get the following error.

    $ tar xzf clouse-1.0b.1.8-linux-x64.tar

    gzip: stdin: not in gzip format
    tar: Child returned status 1
    tar: Error exit delayed from previous errors

    Please help me w this unzipping. Thank you

    http://wordpress.org/extend/plugins/wp2cloud-wordpress-to-cloud/

Viewing 1 replies (of 1 total)
  • Plugin Author Artem Livshits

    (@artemlivshits)

    Hi Lulio,

    Looks like somehow it got unzipped in the process, so you should try to just un-tar it:

    tar xf clouse-1.0b.1.8-linux-x64.tar

Viewing 1 replies (of 1 total)
  • The topic ‘I can't unzip the ClouSE binaries’ is closed to new replies.