Skip to content

How To Use Choco

onikolaiev edited this page May 27, 2024 · 2 revisions

This tutorial will show you how to install/upgrade choco packages.

Prerequisites

  • PowerShell 5.1
  • fscps.tools module installed

Please visit the Install as a Administrator or the Install as a Administrator tutorials to learn how to install the tools.

Start PowerShell

Locate the PowerShell icon, if you don't have it on your desktop or in the task pane, we can locate it in the Windows Start Menu. Search for it or type PowerShell.

Import module

You need to import / load the fscps.tools module into the current PowerShell console. Type the following command:

Import-Module -Name fscps.tools

Install choco package

Invoke-FSCPSChoco install powershell-core -y

Upgrade choco package

Invoke-FSCPSChoco upgrade powershell-core -y

Closing comments

In this tutorial we showed you how to install/upgrade choco packages.

Clone this wiki locally