Advertisement
NginUS

chocoerror0

Aug 17th, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.10240]
  2. (c) 2015 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\WINDOWS\system32>cd c:
  5. C:\Windows\System32
  6.  
  7. C:\WINDOWS\system32>cd ..
  8.  
  9. C:\Windows>cd ..
  10.  
  11. C:\>@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
  12.  
  13. Mode LastWriteTime Length Name
  14. ---- ------------- ------ ----
  15. d----- 8/17/2015 2:12 AM chocInstall
  16. Downloading https://chocolatey.org/api/v2/package/chocolatey/ to C:\Users\Chris\AppData\Local\Temp\chocolatey\chocInstall\chocolatey.zip
  17. Download 7Zip commandline tool
  18. Downloading https://chocolatey.org/7za.exe to C:\Users\Chris\AppData\Local\Temp\chocolatey\chocInstall\7za.exe
  19. Extracting C:\Users\Chris\AppData\Local\Temp\chocolatey\chocInstall\chocolatey.zip to C:\Users\Chris\AppData\Local\Temp\chocolatey\chocInstall...
  20.  
  21. 7-Zip (A) 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
  22.  
  23. Processing archive: C:\Users\Chris\AppData\Local\Temp\chocolatey\chocInstall\chocolatey.zip
  24.  
  25. Extracting _rels\.rels
  26. Extracting chocolatey.nuspec
  27. Extracting tools\chocolateyInstall.ps1
  28. Extracting tools\chocolateysetup.psm1
  29. Extracting tools\init.ps1
  30. Extracting tools\chocolateyInstall\choco.exe
  31. Extracting tools\chocolateyInstall\choco.exe.ignore
  32. Extracting package\services\metadata\core-properties\dd9b8525f38f4307833cdf92549fbcb8.psmdcp
  33. Extracting [Content_Types].xml
  34.  
  35. Everything is Ok
  36.  
  37. Files: 9
  38. Size: 3780921
  39. Compressed: 1268349
  40. Installing chocolatey on this machine
  41. Chocolatey v0.9.9.8
  42. Chocolatey is unpacking required files for use. Overwriting? True
  43. Creating ChocolateyInstall as an environment variable (targeting 'Machine')
  44. Setting ChocolateyInstall to 'C:\ProgramData\chocolatey'
  45. WARNING: It's very likely you will need to close and reopen your shell
  46. before you can use choco.
  47. Adding Modify permission for current user to 'C:\ProgramData\chocolatey'
  48. We are setting up the Chocolatey package repository.
  49. The packages themselves go to 'C:\ProgramData\chocolatey\lib'
  50. (i.e. C:\ProgramData\chocolatey\lib\yourPackageName).
  51. A shim file for the command line goes to 'C:\ProgramData\chocolatey\bin'
  52. and points to an executable in 'C:\ProgramData\chocolatey\lib\yourPackageName
  53. '.
  54.  
  55. Creating Chocolatey folders if they do not already exist.
  56.  
  57. WARNING: You can safely ignore errors related to missing log files when
  58. upgrading from a version of Chocolatey less than 0.9.9.
  59. 'Batch file could not be found' is also safe to ignore.
  60. 'The system cannot find the file specified' - also safe.
  61. Chocolatey v0.9.9.8
  62. Chocolatey is unpacking required files for use. Overwriting? True
  63. Ensuring 'C:\ProgramData\chocolatey\lib\chocolatey' exists.
  64. PATH environment variable does not have C:\ProgramData\chocolatey\bin in it. Adding...
  65. Chocolatey (choco.exe) is now ready.
  66. You can call choco from anywhere, command line or powershell by typing choco.
  67. Run choco /? for a list of functions.
  68. You may need to shut down and restart powershell and/or consoles
  69. first prior to using choco.
  70. Ensuring chocolatey commands are on the path
  71.  
  72.  
  73.  
  74. C:\>iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
  75. 'iex' is not recognized as an internal or external command,
  76. operable program or batch file.
  77.  
  78. C:\>choco install geth-stable
  79. Chocolatey v0.9.9.8
  80. Installing the following packages:
  81. geth-stable
  82. By installing you accept licenses for the packages.
  83. geth-stable not installed. The package was not found with the source(s) listed.
  84. If you specified a particular version and are receiving this message, it is possible that the package name exists but the version does not.
  85. Version: ""
  86. Source(s): "https://chocolatey.org/api/v2/"
  87.  
  88. Chocolatey installed 0/1 package(s). 1 package(s) failed.
  89. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
  90. Failures:
  91. - geth-stable
  92.  
  93. C:\>iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
  94. 'iex' is not recognized as an internal or external command,
  95. operable program or batch file.
  96.  
  97. C:\>IEx ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
  98. 'IEx' is not recognized as an internal or external command,
  99. operable program or batch file.
  100.  
  101. C:\>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement