How to list installed Chocolatey packages

chocolatey

Probably a simple question, but how do I get Chocolatey to list which packages are currently installed on my system?

When googling, I end up at the question below. It is related but slightly different, and it doesn't have a simple answer to my question.

Is there a way to list chocolatey packages with their install directory

Best Answer

choco list --local-only

Or:

clist -l

Source: https://chocolatey.org/docs/commands-list

This list all packages that are currently installed on your local machine, with version numbers.

λ  choco list --local-only
Chocolatey v0.10.8
7zip.commandline 16.02.0.20170209
(...)
41 packages installed.