Forrest logo
back to context overview

choco-install

List of commands for choco-install:

  • choco-install:tldr:14c63 choco-install: Provide a username and password for authentication.
    $ choco install ${package} --user ${username} --password ${password}
    try on your machine
    explain this command
  • choco-install:tldr:1792e choco-install: Specify a custom source to receive packages from.
    $ choco install ${package} --source ${select}
    try on your machine
    explain this command
  • choco-install:tldr:2aa7f choco-install: Confirm all prompts automatically.
    $ choco install ${package} --yes
    try on your machine
    explain this command
  • choco-install:tldr:7a3c0 choco-install: Install a specific version of a package.
    $ choco install ${package} --version ${version}
    try on your machine
    explain this command
  • choco-install:tldr:c4a9e choco-install: Install one or more space-separated packages.
    $ choco install ${package1 package2 ---}
    try on your machine
    explain this command
  • choco-install:tldr:fab32 choco-install: Allow installing multiple versions of a package.
    $ choco install ${package} --allow-multiple
    try on your machine
    explain this command
back to context overview