2025-03-14 21:59:59 -06:00
|
|
|
# choco outdated
|
|
|
|
|
|
|
|
|
|
> Check for outdated packages with Chocolatey.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.chocolatey.org/en-us/choco/commands/outdated/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display a list of outdated packages in table format:
|
|
|
|
|
|
|
|
|
|
`choco outdated`
|
|
|
|
|
|
|
|
|
|
- Ignore pinned packages in the output:
|
|
|
|
|
|
|
|
|
|
`choco outdated --ignore-pinned`
|
|
|
|
|
|
|
|
|
|
- Specify a custom source to check packages from:
|
|
|
|
|
|
|
|
|
|
`choco outdated --source {{source_url|alias}}`
|
|
|
|
|
|
|
|
|
|
- Provide a username and password for authentication:
|
|
|
|
|
|
|
|
|
|
`choco outdated --user {{username}} --password {{password}}`
|