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
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 ...
Maor Zilberg's user avatar
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 ...
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
503 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,088
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
158 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,852
1 vote
0 answers
66 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
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 -...
mpromonet's user avatar
  • 242
1 vote
0 answers
283 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
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 ...
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
101 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
  • 235
0 votes
0 answers
45 views

Gimp showing submenus in Greek characters

After I installed the Gimp on my machine running Windows 10 Enterprise, submenus such as the 'tool options' are shown with Greek characters (as far as I can tell the words are English): I had first ...
alle_meije's user avatar
0 votes
0 answers
92 views

Jenkins Installation Fails with Error 1603 Using Chocolatey on Windows

I'm encountering an issue while installing Jenkins via Chocolatey on Windows. Initially, I received an error about Java not being available, which I resolved by setting JAVA_HOME and updating the Path ...
Foad's user avatar
  • 682
0 votes
0 answers
2k views

"Error encountered during SQL installation"

During my internship at a company that utilizes Sage software, I faced challenges while attempting to install Microsoft SQL Server, which is required for Sage. I encountered multiple errors during the ...
Skeptic's user avatar
0 votes
1 answer
772 views

Chocolatey Package Manager showing two packages for each package with (Install) in one

As visible in the screenshot attached, there are two packages for some of the packages with (Install) in the package name. What does this mean and how do I remove/fix/hide the "Install" ones?...
finitenessofinfinity's user avatar
0 votes
0 answers
1k views

Installing chocolatey in windows 7

I am trying to installing chocolaty on windows 7 machine. 1. I open power shell terminal with admin 2. Set-Execution policy to AllSigned 3.Then in copied the below code in powershell terminal Set-...
Shravan Meghavath's user avatar
0 votes
0 answers
69 views

Opening powershell terminal from the script for the execution purpose

# Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass (Before running the script execute the command in terminal for admin rights) # Step 1) install Chocolatey when needed if (-not (Test-Path ...
Shravan Meghavath's user avatar
0 votes
0 answers
134 views

How to install outdated packages using chocolatey

#step 1) Installing Chocolatey when needed if (-not (Test-Path -Path "$env:ProgramData\Chocolatey\choco.exe" -PathType Leaf)) { # from https://chocolatey.org/install Set-...
Shravan Meghavath's user avatar
0 votes
1 answer
552 views

Powershell script for software automation using chocolatey

Code for my chocolatey script: $apps=@('googlechrome','firefox','codeblocks','windbg','nasm','explorersuite','pestudio','vscode','sysinternals','python','Google Earth') function Show-Menu { ...
Shravan Meghavath's user avatar
0 votes
0 answers
986 views

Why vagrant claim about Powershell version (minimum 3)?

Trying to use Vagrant and it claims about Powershell minimum version 3 installed. I have Windows 10 Pro and Vagrant 2.2.16 and the minimum version at Windows 10 is 5. Tried to use chocolatey and ...
Marlon's user avatar
  • 379
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-...
Gobliins's user avatar
  • 135
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 ...
fPenb's user avatar
  • 1
0 votes
0 answers
437 views

Configure SQL Server listening port with Ansible

I installed SQL Server Express Edition in remote Windows machine using Ansible-playbook, Ansible module "win_chocolatey" and Chocolatey package "sql-server-express". Here is my Ansible-playbook task: ...
user3705896's user avatar
0 votes
0 answers
2k views

Chocolatey can't install (Unable to connect to the remote server)

I have installed Chocolatey on my Windows 10 machine and then I have setup an internal Chocolatey registry on a internal Nexus instance. I have setup my Nexus instance as proxy for default official ...
clausfod's user avatar
  • 101
0 votes
0 answers
94 views

Can I recover Chocolatey from corrupted Win10

I have a corrupted win10 install that won't boot. I can read the hdd just fine. I would like to quickly recover and reinstall all the Chocolatey packages. Is there a way to recover the list of ...
Ben L's user avatar
  • 5,460
0 votes
0 answers
674 views

Access denied when trying to install Chocolatey from an elevated cmd

I'm trying to install Chocolatey following the instructions on their website. So I run Command Prompt as an administrator but when trying to install Chocolatey I get a message in the cmd saying '...
pollx's user avatar
  • 101
0 votes
0 answers
253 views

Is it possible to skip one package update?

Sometimes Chocolatey package maintainers lag behind and I update a program manually. I can use a command choco pin add -n=packagename to lock a package to its current revision, but I must remember to ...
user198350's user avatar
  • 4,089
0 votes
0 answers
201 views

Error installing packages using chocolatey behind virtualbox

I have my windows virtual machine in virtualbox, Internet connectivity works fine. I installed chocolatey windows package manager using https://chocolatey.org/install. However installation of packages ...
To Kra's user avatar
  • 101
0 votes
0 answers
468 views

Can not install Viber using chocolatey package manager

I can not install Viber using chocolatey package manager. I am using following command under the administrator: choco install viber -y -debug And getting the following output: Chocolatey v0.10.3 ...
Dmitrij Kultasev's user avatar
0 votes
1 answer
2k views

chocolatey: install programs from both internet and local Hard Drive

I would like to prepare package.config file for the next time I have to restore Win7 to my netbook. Most of my packages are in the chocolatey group of software, but some aren't. Thus I have ...
afc888ny's user avatar