Questions tagged [chocolatey]

Chocolatey is a Windows apt-get like global automation tool (used mostly as a silent installer). Use this tag for questions about Chocolatey usage and package creation/maintenance. Issues with packages you don't maintain should be asked on Super User, or better, reported to the package maintainer listed on the community feed for the problem package.

Chocolatey is a Windows apt-get-like package management tool (used mostly as a silent installer). It uses PowerShell and you can automate almost everything.

It allows you to create packages and submit them to the main feed repository, put those packages on custom sources like includes myget.org, a file share, directories, custom feeds and private feeds. Most packages take advantage of the functions that a Chocolatey PowerShell module provides that make downloading and silently installing an application no more than a function call.

Use this tag for questions about Chocolatey usage and package creation/maintenance. However, issues with packages you don't maintain are best suited for Super User, or even better, by contacting the package maintainer listed on the community feed for the problem package.

See chocolatey.org for all details.

642 questions
0
votes
1 answer

Installing Chocolatey Remotely and Get Packages Remotely

I am trying to install chocolatey using Jenkins to a Windows Machine that i would like to provision with some chocolatey packages. It seems that the install log looks pretty good to me. [10:20:21][Step 4/4] [0;36mnotice:…
Maverick
  • 1,293
  • 1
  • 19
  • 39
-1
votes
1 answer

How to write Yes command as a answer to this question? Thanks

I am absolute beginner in coding. I took code from ChatGPT to install Anaconda. However, I stuck at last step. I tried almost all possible variants of yes. Could sb help me, pls? How I can write yes to last question? Thanks. anaconda3 v2022.10…
-1
votes
1 answer

Chocolatey freezes during upgrading any packege

When I thy to upgrade any packege (as superuser) chocolatey stacks at the point of "Performing other installation steps" and starts to load one core of the CPU with no changing at memory usage and with 0 disk usage: You have Firefox v109.0.1…
-1
votes
1 answer

Why do I get privileges errors even though I run windows Powershell as administrator?

I want to install miktex.install package in my machine by chocolatey. I executed this command choco install miktex.install --admin but error occured like below. ERROR: The running command stopped because the preference…
Normalbut_Genuine
  • 511
  • 2
  • 5
  • 13
-1
votes
1 answer

Downloaded Vim through Chocolatey: Is the error 'Attempt to use original download file name failed for...' a problem?

I received the following error when downloading Vim through Chocolatey: Attempt to use original download file name failed for 'C:\ProgramData\chocolatey\lib\vim\tools\gvim_9.0.1148_x64.zip'. Copying vim from…
Lauro235
  • 121
  • 1
  • 8
-1
votes
1 answer

Programs installed with Chocolatey cannot be executed

I am having a problem with programs that I installed with Chocolatey - namely that they cannot be executed. I am running Windows 10. Chocolatey itself works - I can download and upgrade programs the folder C:\ProgramData\chocolatey\bin\ is set in…
CHH
  • 140
  • 1
  • 8
-1
votes
3 answers

Windows Package Creation with Ansible for Chocolatey

I'm new to Ansible and I'm trying to create a package to deploy to a Windows client running Chocolatey. I have all the winrm connections working between my ansible server and my windows client, but I am struggling to understand how to define and…
arrowSpace
  • 11
  • 3
-1
votes
1 answer

updating Adobe Acrobat Reader DC using chololatey

"Error upgrading application Adobe Acrobat Reader DC - \nWARNING: Generic MSI Error. This is a local environment error, not an issue with a package or the MSI itself - it could mean a pending reboot is necessary prior to install or something else
Raja Sac
  • 9
  • 2
-1
votes
1 answer

cant download meteor.js on windows

I try to download meteor.js on my laptop (windows10 46X) I get this message and I am from sudan and use protonVPN. PS C:\WINDOWS\system32> choco install meteor Chocolatey v1.0.0 Installing the following packages: meteor By installing, you accept…
-1
votes
1 answer

PowerShell script for software installation using chocolatey

enter code here # Step 1) install Chocolatey when needed if (-not (Test-Path -Path "$env:ProgramData\Chocolatey\choco.exe" -PathType Leaf)) { # from https://chocolatey.org/install Set-ExecutionPolicy Bypass -Scope Process -Force …
-1
votes
1 answer

The term 'Install-ChocolateyPackage' is not recognized as the name of a cmdlet, function

i try to install SQLEXPRADV_x64 "manual" with Install-ChocolateyPackage on an Azure Hosted Agent (Windows-Latest). I do manual as there is no Express Advanced Version available. Error is: The term 'Install-ChocolateyPackage' is not recognized as the…
Tobi
  • 109
  • 1
  • 1
  • 12
-1
votes
1 answer

Cannot chocolatey distribution

I met some problem in choco. when i input choco upgrade all it has lots of errors. And I have not met this thing in the past. This is try 1/3. Retrying after 300 milliseconds. Error converted to warning: …
LIXIN
  • 43
  • 4
-1
votes
2 answers

Azure DevOps: Chocolatey, Install Google Chrome Issue

I am running selenium tests on Azure DevOps via the release pipelines. I am trying to specify the version of the Google Chrome i wish to use on the GUI, but when i declare it it fails straight away, but the Chocolatey website approves of the…
-1
votes
1 answer

Installed nvim with Chocolatey can't seem to find nvim location

Good day to yo all, I started learning coding and Web Development a little bit ago, do i started using nvim a little over a week ago, i'm still learning how to use it properly and one of the things i wanted to do was configure a couple thing in…
-1
votes
1 answer

How to install ROS on Windows 10 - but not in C Drive?

I am following this guideline to install ROS Noetic via Chocolatey: https://wiki.ros.org/Installation/Windows But it defaults to install in C drive which is what I don't want. My C drive only has 2 GB remaining. I want to install ROS in D…
1 2 3
42
43