snippetbashTip
choco outdated — Check for outdated packages with Chocolatey. More information: <https://docs.chocolatey.org/en-us/ch
Viewed 0 times
commandoutdatedcliwithchoco outdatedcheckforpackages
windows
Problem
How to use the
choco outdated command: Check for outdated packages with Chocolatey. More information: <https://docs.chocolatey.org/en-us/choco/commands/outdated/>.Solution
choco outdated — Check for outdated packages with Chocolatey. More information: <https://docs.chocolatey.org/en-us/choco/commands/outdated/>.Display a list of outdated packages in table format:
choco outdatedIgnore pinned packages in the output:
choco outdated --ignore-pinnedSpecify 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}}Code Snippets
Display a list of outdated packages in table format
choco outdatedIgnore pinned packages in the output
choco outdated --ignore-pinnedSpecify 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}}Context
tldr-pages: windows/choco outdated
Revisions (0)
No revisions yet.