Difference between revisions of "Choco"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
 
  [[choco install]] kubernetes-helm
 
  [[choco install]] kubernetes-helm
  
Installation:
+
== Installation ==
 
  [[Set-ExecutionPolicy]] Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
 
  [[Set-ExecutionPolicy]] Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
 +
.../...
 +
Chocolatey (choco.exe) is now ready.
 +
You can call choco from anywhere, command line or powershell by typing choco.
 +
Run choco /? for a list of functions.
 +
You may need to shut down and restart powershell and/or consoles
 +
first prior to using choco.
 +
Ensuring Chocolatey commands are on the path
 +
Ensuring chocolatey.nupkg is in the lib folder
 +
  
 
<pre>
 
<pre>

Revision as of 18:17, 9 November 2021

wikipedia:choco

choco install git
choco install terraform
choco install kubernetes-helm

Installation

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
.../...
Chocolatey (choco.exe) is now ready.
You can call choco from anywhere, command line or powershell by typing choco.
Run choco /? for a list of functions.
You may need to shut down and restart powershell and/or consoles
first prior to using choco.
Ensuring Chocolatey commands are on the path
Ensuring chocolatey.nupkg is in the lib folder


cocho
cocho : The term 'cocho' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ cocho
+ ~~~~~
    + CategoryInfo          : ObjectNotFound: (cocho:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException


See also

Advertising: