Skip to main content

Questions tagged [chocolatey]

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

0 votes
0 answers
38 views

Windows 10 Boot very slow

After installing chocolatey, meteor, git and vscode my Windows boot time got up from like 5 seconds to 25 seconds. I installed meteor by this installer https://forums.meteor.com/t/meteor-windows-...
1 vote
1 answer
266 views

Add a directory as a target in chocolatey nuspec file

i want to add a directory as a target in .nuspec file.i tried : <file src="bin\banner\*" target="bin\banner\" /> chocolatey didn't elicit any error and created the nupkg ...
1 vote
0 answers
319 views

installing windows-sdk-10-version-2004-all fails reporting "was not successful. Exit code was '-2146889721'"

Installing windows-sdk-10-version-2004-all using chocolatey in docker with Dockerfile FROM mcr.microsoft.com/windows/servercore:ltsc2019 RUN powershell.exe -NoProfile -InputFormat None -...
0 votes
1 answer
1k views

Chocolatey: How to install Gnu-Make?

I have choco installed on powershell. If I run powershell as an admin, and type: choco install gnu-make Choco knows that there is a gnu-make package out there, but it can't install it from the repos ...
0 votes
1 answer
928 views

Set unzip location in Chocolatey Package Install Arguments

I'm trying to install a Chocolatey package which is essentially a zip archive from Github repository releases. Is it possible to set a custom unzip path in a manner similar to choco install ...
2 votes
1 answer
2k views

Installing Chocolatey so that it can install packages as admin level

If Chocolatey, a Windows package manager, is installed using Administrator privileges, does it need Admin privileges to install other apps? If so, is there a way to allow Chocolatey to self-escalate ...
2 votes
0 answers
210 views

Does Chocolatey has “brew tap” equivalent?

I was wondering if chocolatey package manager has something equivalent to brew tap? In the sense that as a developer I can host some template file(formula) on GitHub and add it to my chocolatey CLI ...
2 votes
0 answers
220 views

How to use choco install winrar or other command to enable the cascaded context menu?

Context I use chocolatey as a package manager or software manager on different (remote) systems. WinRAR is also in my top 10 of software to be installed on new systems. I used ninite.com before, but ...
2 votes
1 answer
2k views

Error message: root element is missing

When updating all Chocolatey packages, the following error message appears: Root element is missing. See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). chocolatey.log details ...
5 votes
1 answer
4k views

How Chocolatey knows which packages are installed and which aren't

Chocolatey is a package management system for Windows. First, you download and install Chocolatey, which is free and open-source software. You tell it what software you want, then (usually) answer ...
1 vote
0 answers
284 views

How to list packages installed with chocolatey ordered by install date?

'Choco list -lia' shows a lot of information, but not the installation dates. What parameters do I use to get those?
5 votes
1 answer
3k views

How do I install Ruby 2.6 with Chocolatey?

I tried to list all version of Ruby but it only lists one. choco list ruby --exact --all ruby 2.7.0.1 [Approved] 1 packages found. Nokogiri won't work with the latest Ruby. Gem::...
3 votes
1 answer
9k views

Where is the Visual Studio 2015 Build Tools installed to?

I installed the Microsoft Build Tools 2015 Update 3 using Chocolatey: https://chocolatey.org/packages/microsoft-build-tools/14.0.25420.1 But I can't find where it actually installed the files. Can't ...
0 votes
1 answer
131 views

chocolatey upgrade all -y command fails

I've been getting this error for a long time and can't update it. Error Like for every package: You have flashplayeractivex v32.0.0.293 installed. Version 32.0.0.303 is available ...
1 vote
1 answer
130 views

How To Determine Bitness of Choclatey Package

Looking through the help, I see that the install defaults to your processor architecture; but if you have a 64-bit OS and only 32-bit package is available, it will fall back. So how can you tell ...

15 30 50 per page
1 2 3
4
5
10