https://pulumi.com logo
#getting-started
Title
# getting-started
p

plain-doctor-68403

05/23/2022, 4:19 PM
Hello, I just tried running the
install pulumi
script for Linux I found at https://www.pulumi.com/docs/get-started/aws/begin/
Copy code
curl -fsSL <https://get.pulumi.com> | sh
but got the following error while extracting the file:
Copy code
=== Installing Pulumi v3.33.1 ===
+ Downloading <https://get.pulumi.com/releases/sdk/pulumi-v3.33.1-linux-x64.tar>
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Curren
                                 Dload  Upload   Total   Spent    Left  Speed
100 78.7M  100 78.7M    0     0  9856k      0  0:00:08  0:00:08 --:--:-- 10.2M
+ Extracting to /home/max/.pulumi/bin

gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now

We're sorry, but it looks like something might have gone wrong during installa
If you need help, please join us on <https://slack.pulumi.com/>
Any advice on how to proceed? Thanks!
👀 1
btw I am on Ubuntu 20.04.4
p

purple-sundown-54409

05/23/2022, 4:20 PM
Hello. Maybe something permission related... have you tried using “sudo”?
p

plain-doctor-68403

05/23/2022, 4:27 PM
Hey thanks for the suggestion, unfortunately that did not solve it. Still getting the same error:
gzip: stdin: unexpected end of file
b

brainy-church-78120

05/23/2022, 4:57 PM
hi @plain-doctor-68403 weve opened up a p0 issue to fix this https://github.com/pulumi/pulumi/issues/9660 sry again about the trouble!
m

mammoth-salesclerk-61945

05/23/2022, 5:07 PM
can you run
Copy code
curl -v <https://get.pulumi.com/>
and post the output?
🙏 2
@plain-doctor-68403
p

plain-doctor-68403

05/23/2022, 6:46 PM
@mammoth-salesclerk-61945 - responded at the github thread here: https://github.com/pulumi/pulumi/issues/9660#issuecomment-1135019633
m

mammoth-salesclerk-61945

05/23/2022, 6:46 PM
thx
while I have you, can you try running the command again with the
v
flag added to curl
Copy code
curl -fsSLv <https://get.pulumi.com> | sh
p

plain-doctor-68403

05/23/2022, 7:01 PM
hey Kyle, updated my previous comment on github issue with the output for
Copy code
curl -fsSLv <https://get.pulumi.com> | sh
m

mammoth-salesclerk-61945

05/23/2022, 7:04 PM
ty
as a fellow linux user, this is super helpful if I distro hop again.
👍 1
4 Views