INstall Packer on windows(Choco)
Note: If you want to downlad packer sw need to go the below link:
https://www.packer.io/
Packer,Terraform,Vagrant is owned by Hashicorp.
Through Chocolatey:
PS C:\Users\a42983729> choco --version
0.10.11
Install Packer:
PS C:\Windows\system32> choco install packer
Chocolatey v0.10.11
Installing the following packages:
packer
By installing you accept licenses for the packages.
packer v1.3.3.20181213 [Approved]
packer package files install completed. Performing other installation steps.
The package packer wants to run 'chocolateyInstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider:
choco feature enable -n allowGlobalConfirmation
Do you want to run the script?([Y]es/[N]o/[P]rint): y
Removing old packer plugins
Using system proxy server '10.25.24.9:8080'.
Downloading packer 64 bit
from 'https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip'
Using system proxy server '10.25.24.9:8080'.
Progress: 100% - Completed download of C:\Users\a42983729\AppData\Local\Temp\chocolatey\packer\1.3.3.20181213\packer_1
.3_windows_amd64.zip (26.22 MB).
Download of packer_1.3.3_windows_amd64.zip (26.22 MB) completed.
Hashes match.
Extracting C:\Users\a42983729\AppData\Local\Temp\chocolatey\packer\1.3.3.20181213\packer_1.3.3_windows_amd64.zip to C:
rogramData\chocolatey\lib\packer\tools...
C:\ProgramData\chocolatey\lib\packer\tools
ShimGen has successfully created a shim for packer.exe
The install of packer was successful.
Software installed to 'C:\ProgramData\chocolatey\lib\packer\tools'
Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Check packer version:
PS C:\Windows\system32> packer --version
1.3.3
PS C:\Windows\system32>
https://www.packer.io/
Packer,Terraform,Vagrant is owned by Hashicorp.
Through Chocolatey:
PS C:\Users\a42983729> choco --version
0.10.11
Install Packer:
PS C:\Windows\system32> choco install packer
Chocolatey v0.10.11
Installing the following packages:
packer
By installing you accept licenses for the packages.
packer v1.3.3.20181213 [Approved]
packer package files install completed. Performing other installation steps.
The package packer wants to run 'chocolateyInstall.ps1'.
Note: If you don't run this script, the installation will fail.
Note: To confirm automatically next time, use '-y' or consider:
choco feature enable -n allowGlobalConfirmation
Do you want to run the script?([Y]es/[N]o/[P]rint): y
Removing old packer plugins
Using system proxy server '10.25.24.9:8080'.
Downloading packer 64 bit
from 'https://releases.hashicorp.com/packer/1.3.3/packer_1.3.3_windows_amd64.zip'
Using system proxy server '10.25.24.9:8080'.
Progress: 100% - Completed download of C:\Users\a42983729\AppData\Local\Temp\chocolatey\packer\1.3.3.20181213\packer_1
.3_windows_amd64.zip (26.22 MB).
Download of packer_1.3.3_windows_amd64.zip (26.22 MB) completed.
Hashes match.
Extracting C:\Users\a42983729\AppData\Local\Temp\chocolatey\packer\1.3.3.20181213\packer_1.3.3_windows_amd64.zip to C:
rogramData\chocolatey\lib\packer\tools...
C:\ProgramData\chocolatey\lib\packer\tools
ShimGen has successfully created a shim for packer.exe
The install of packer was successful.
Software installed to 'C:\ProgramData\chocolatey\lib\packer\tools'
Chocolatey installed 1/1 packages.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
Check packer version:
PS C:\Windows\system32> packer --version
1.3.3
PS C:\Windows\system32>
Comments
Post a Comment