List locally installed packages
List all packages installed with Chocolatey:
choco list --localonly
Update all installed Chocolatey packages
There’s one command to update all Chocolatey installed packages:
cup all -y
List all packages installed with Chocolatey:
choco list --localonly
There’s one command to update all Chocolatey installed packages:
cup all -y