Skip to main content

Questions tagged [chocolatey]

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

34 questions with no upvoted or accepted answers
2 votes
0 answers
209 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 ...
Maor Zilberg's user avatar
2 votes
0 answers
219 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 ...
A71's user avatar
  • 552
2 votes
1 answer
1k views

how do you open applications after installing with chocolatey?

I have checked through similar questions concerning chocolately/choco on windows powershell but I still can't find the answer to this simple one: How do you open a package after it's been installed ...
Justin's user avatar
  • 21
2 votes
1 answer
502 views

How to install numpy for Python 2 with choco?

I want to use chocolately to install numpy onto a Windows machine. However when I run: choco install numpy it tried to install a numpy for Python 3. How can I force it to install a version for ...
Anthony Kong's user avatar
  • 5,078
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 ...
user1085852's user avatar
1 vote
0 answers
153 views

Trouble installing a package with chocolatey: System.Management.Automation.RemoteException

I'm trying to install a package with chocolatey 2.2.2 (the package is texlive), using a PowerShell session run as administrator. I get the following error: -- snip --- texlive package files install ...
einpoklum's user avatar
  • 9,824
1 vote
0 answers
60 views

AWS Windows EC2 File Transfer - Need to keep session open

I have a rather large file that I need to copy from an S3 bucket to a Windows EC2 and it will not complete before a session ends. I have found lots of suggestions for this for Linux but not Windows. ...
kcjelv178's user avatar
1 vote
1 answer
1k views

PowerShell / Chocolatey, how to do an offline install of Chocolatey itself

I would like to get chocolatey onto multiple systems. The normal way I do this is: if (!(Test-Path "C:\ProgramData\chocolatey\bin")) { Set-ExecutionPolicy Bypass -Scope Process -Force; [...
YorSubs's user avatar
  • 959
1 vote
0 answers
318 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 -...
mpromonet's user avatar
  • 242
1 vote
0 answers
269 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?
Jean Sagi's user avatar
1 vote
1 answer
129 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 ...
Gary's user avatar
  • 756
1 vote
1 answer
505 views

Mysql hangs forever after initial installation on Windows 10 with chocolatey

So I got a new work laptop - it's a fresh dell latitude - and windows 10 went through a very nice set up phase. I proceeded to install all the things. git (for windows) VSCode chocolatey keepass ...
Sean Newell's user avatar
1 vote
1 answer
578 views

Skype update cannot find file

Skype told me to update, but when executing the update, there's an error message A network error occurred while attempting to read from the file: C:\ProgramData\Skype{FC965A47-4839-40CA-B618-...
Thomas Weller's user avatar
1 vote
1 answer
170 views

how to install software to a VM using chocolatey

Now I am struggling with install software to vagrant Vm. I took some file from this Link but it didn’t work. After create the vagrant box. I run the vagrant up command to create the VM it worked. ...
Lakshan's user avatar
  • 55
0 votes
0 answers
87 views

Chocolatey unable to upgrade librewolf - incompatible dependency

I'm trying to update Librewolf with Chocolatey. But I get dependency errors: C:\Users\Lauloque>choco upgrade librewolf --force Chocolatey v2.2.2 Upgrading the following packages: librewolf By ...
Lauloque's user avatar
  • 233

15 30 50 per page