1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Packerインストール

Last updated at Posted at 2019-04-27

##環境

  • AmazonLinux2

##手順

  1. ダウンロードしたいバージョンを確認
    https://releases.hashicorp.com/packer/

  2. Packerダウンロード(2019年4月28日時点の最新バージョンは1.4.0)

    wget https://releases.hashicorp.com/packer/1.4.0/packer_1.4.0_linux_amd64.zip
    
  3. 解凍

    unzip packer_1.4.0_linux_amd64.zip
    
  4. パスを通す

    sudo mv packer /usr/bin
    
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?