Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Created November 2, 2018 21:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ishu3101/31751aa0e9107a44959c42752d28d0c7 to your computer and use it in GitHub Desktop.
Save ishu3101/31751aa0e9107a44959c42752d28d0c7 to your computer and use it in GitHub Desktop.
Install Packer on Ubuntu 16.04
curl -SL https://releases.hashicorp.com/packer/1.3.2/packer_1.3.2_linux_amd64.zip -o packer_1.3.2_linux_amd64.zip
unzip packer_1.3.2_linux_amd64.zip
sudo mv packer /usr/bin/packer
@stevermeister
Copy link

now it's 1.4.2, so:

curl -SL https://releases.hashicorp.com/packer/1.4.2/packer_1.4.2_linux_amd64.zip -o packer_1.4.2_linux_amd64.zip
unzip packer_1.4.2_linux_amd64.zip
sudo mv packer /usr/bin/packer

@patsevanton
Copy link

Somebody create PPA repository for Packer

@sfoerster
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment