윈도우 choco install SpringToolSuite

(Choco install SpringToolSuite에서 넘어옴)
choco install SpringToolSuite

1 확인[ | ]

doscon
Copy
C:\WINDOWS\system32>choco list --localonly | findstr SpringToolSuite

C:\WINDOWS\system32>

2 설치[ | ]

doscon
Copy
C:\WINDOWS\system32>choco install SpringToolSuite -y
Chocolatey v0.10.8
Installing the following packages:
SpringToolSuite
By installing you accept licenses for the packages.
Progress: Downloading jdk8 8.0.152... 100%
Progress: Downloading SpringToolSuite 3.7.3... 100%

jdk8 v8.0.152 [Approved]
jdk8 package files install completed. Performing other installation steps.
Downloading JDK from http://download.oracle.com/otn-pub/java/jdk/8u152-b16/aa0333dd3019491ca4f6ddbe78cdb6d0/jdk-8u152-windows-x64.exe
Installing jdk8...
jdk8 has been installed.
PATH environment variable does not have C:\Program Files\Java\jdk1.8.0_152\bin in it. Adding...
  jdk8 may be able to be automatically uninstalled.
Environment Vars (like PATH) have changed. Close/reopen your shell to
 see the changes (or in powershell/cmd.exe just type `refreshenv`).
 The install of jdk8 was successful.
  Software installed to 'C:\Program Files\Java\jdk1.8.0_152\'

SpringToolSuite v3.7.3 [Approved] - Likely broken for FOSS users (due to download location changes)
springtoolsuite package files install completed. Performing other installation steps.
C:\ProgramData\chocolatey\lib\SpringToolSuite\tools
spring-tool-suite-3.7.3.RELEASE-e4.6-win32-x86_64.zip
WARNING: Url has SSL/TLS available, switching to HTTPS for download
Downloading SpringToolSuite 64 bit
  from 'https://dist.springsource.com/release/STS/3.7.3.RELEASE/dist/e4.6/spring-tool-suite-3.7.3.RELEASE-e4.6-win32-x86_64.zip'
Progress: 100% - Completed download of C:\Users\user2\AppData\Local\Temp\chocolatey\chocolatey\SpringToolSuite\3.7.3\SpringToolSuiteInstall.zip (433.1 MB).
Download of SpringToolSuiteInstall.zip (433.1 MB) completed.
Hashes match.
C:\Users\user2\AppData\Local\Temp\chocolatey\chocolatey\SpringToolSuite\3.7.3\SpringToolSuiteInstall.zip
Extracting C:\Users\user2\AppData\Local\Temp\chocolatey\chocolatey\SpringToolSuite\3.7.3\SpringToolSuiteInstall.zip to C:\tools\SpringToolSuite\v3.7.3...
v3.7.3
WARNING: Write-FileUpdateLog has been deprecated and will be removed in v1.
ERROR: This command cannot be run due to the error: 지정된 파일을 찾을 수 없습니다.
The install of springtoolsuite was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\SpringToolSuite\tools\chocolateyinstall.ps1'.
 See log for details.

Chocolatey installed 1/2 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - springtoolsuite (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\SpringToolSuite\tools\chocolateyinstall.ps1'.
 See log for details.

3 확인 2[ | ]

doscon
Copy
C:\WINDOWS\system32>choco list --localonly | findstr SpringToolSuite
... (생략)

4 같이 보기[ | ]