In the our previous posts, we have discussed What, Why & How (installation) of Chocolatey, a windows package manger. In this article, we would see Chocolatey in action i.e. different Chocolatey commands with examples.
Although we would discuss the basic Chocolatey commands here, one can easily find more details regarding Chocolatey commands, How To Pass Options / Switches and Default Options and Switches by simply hitting the choco -? command in their command prompt.
Although we would discuss the basic Chocolatey commands here, one can easily find more details regarding Chocolatey commands, How To Pass Options / Switches and Default Options and Switches by simply hitting the choco -? command in their command prompt.
Chocolatey Commands
choco list // lists remote or local packages choco search [package_name] //searches remote or local packages choco info [package_name] // retrieves package information choco install [package_name] // installs packages from various sources choco uninstall [package_name] // uninstalls a package choco upgrade [package_name] // upgrades packages from various sources choco outdated //retrieves packages that are outdated
