Chocolately Notes
Listing Updated Applications
Note: You likely need to do the following commands in an administrative cmd/powershell prompt.
If you have version 0.9.8.33 or below installed:
choco version allIf you have 0.9.9+ installed:
choco upgrade all --noopIf you have choco 0.9.9.6+, you can use the outdated command.
choco outdatedFollowing that, if you actually want to upgrade - in both versions you can follow with:
cup all -yNote: -y will only work with 0.9.8.33+.
Last updated
Was this helpful?