Top "Chocolatey" questions

Chocolatey is a Windows apt-get like global automation tool (used mostly as a silent installer).

'choco' command not recognized when run as administrator on Windows

I installed Chocolatey as per the instructions on the website (https://chocolatey.org/install). The 'choco' command works fine when …

windows chocolatey
How do I set Chocolatey to install applications onto another drive?

I've installed Chocolatey, but I would like it to install programs to another drive instead of C. C is only …

windows chocolatey
How do I automatically keep all locally installed Chocolatey packages up to date?

There is Ketarin to update Chocolatey packages and push them to chocolatey.org automatically, but how do I automatically update …

chocolatey
The 'sphinx-build' command was not found.

This was our processes of installing Sphinx. > choco install python -y -f > pip install sphinx We know that …

python windows-10 python-sphinx chocolatey
How do I update all Chocolatey applications without confirmation?

I used to be able to call cup all and have my applications update. Now, it asks for yes to …

chocolatey
Where is the Chocolatey installation path?

I am looking to find out the current Chocolatey installation path using PowerShell.

windows powershell chocolatey
Uninstall Chocolatey package

The Chocolatey package manager supports silent installations via the command below. It doesn't seem to have an uninstall command. cinst …

installation nuget uninstallation chocolatey
How do I downgrade a Chocolatey package?

I have virtualbox 4.3.28 installed. I'd like to downgrade to virtualbox 4.3.26 Is it possible to downgrade without uninstalling/reinstalling?

chocolatey
How do I uninstall a Chocolatey package and all its dependencies?

Reading the documentation, it appears that I should be able to install package and its dependencies with the -x flag. …

chocolatey
Difference between Chocolatey and NuGet

Is Chocolatey a higher version of NuGet or a different package manager? Where should I put my open source application? …

nuget chocolatey