TLDR
Enter a command. For example: fc, clip, pipwin, reg restore, choco install.

choco list

 
Display a list of packages with Chocolatey. More information: https://chocolatey.org/docs/commands-list.
 
  • Display all available packages:
     
    choco list
     
  • Display all locally installed packages:
     
    choco list --local-only
     
  • Display a list including local programs:
     
    choco list --include-programs
     
  • Display only approved packages:
     
    choco list --approved-only
     
  • Specify a custom source to display packages from:
     
    choco list --source {{source_url|alias}}
     
  • Provide a username and password for authentication:
     
    choco list --user {{username}} --password {{password}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.