Profile picture
Sidharth R
  • Home
  • Posts
  • Journal
  • Home
  • Posts
  • Journal
  • Search

Chocolatey - List Installed Packages

Updated: 13 Sep 2024 ⚬ Page views: loading...

Introduction

Chocolatey is a package manager for Windows. It is a command-line tool that allows you to install, upgrade, and uninstall software packages on your system. I have been using Chocolatey for a while now, and I find it to be a great tool for managing software packages on Windows.

List Installed Packages

If you wish to list all the Chocolatey packages installed on your system, you can use the following command:

choco list

Note: you may come across the choco list --local-only command else where on the internet. Starting from chocolatey version 2.0.0 (released on May 30, 2023), you only need to use choco list without any additional flags, as the --local-only option will no longer be needed (it’s being deprecated). 1

List outdated packages

If you wish to list all the outdated Chocolatey packages installed on your system, you can use the following command:

choco outdated

Conclusion

In this article, we learned how to list all the Chocolatey packages installed on your system. We also learned how to list all the outdated Chocolatey packages installed on your system.


  1. GitHub - choco list –local-only (DEPRECATED: will be default for list in v2.0.0) ↩︎

Nerdsid.com

Links
  • Home
  • Contact
  • About
  • Posts
  • Journal
  • Quotes
© 2025 Sidharth R.
All content on this website is licensed under CC BY-NC-SA 4.0.