Skip to main content

Questions tagged [chocolatey]

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

6 votes
1 answer
4k views

What is the use of -pre in Chocolatey?

I see a lot of instructions when using Chocolatey to install and then -pre at the end. What does that command do?
user400424's user avatar
  • 5,904
-1 votes
1 answer
86 views

How to update conemu settings with commandline

I am writing a chocolatey package, that should install my conemu settings. How to apply them in command line? If I use xml, I need some command to apply and save settings when conemu is not running, ...
AxCoder's user avatar
  • 101
0 votes
1 answer
519 views

Choco Install Mongodb throws internal server error 500

I am stuck on installing mongodb with chocolatey. This is the command I use: choco install mongodb I execute it in powershell with administrative rights. This is the error (translated from german):...
etalon11's user avatar
  • 199
0 votes
1 answer
265 views

How to install LibreOffice using one-get?

I thought I'd try to the one-get meta package manager that Microsoft has included in Windows 10. I found this useful article that goes over how to use it. One open source software that I had yet to ...
Skylion's user avatar
  • 113
0 votes
2 answers
507 views

chocolatey pauses during download or install, until button is pressed

Issue: When installing a list of programs using Chocolatey, it will sometimes pause during the download or install and won't continue until I return to the CMD window and tap a button. For example, ...
wjandrea's user avatar
  • 596
0 votes
1 answer
1k views

Will BoxStarter's Install-WindowsUpdate reboot the machine?

I use BoxStarter Install-WindowsUpdate to keep my development machines up to date. I run it from the PowerShell commandline. PS C:\Users\Administrator> Install-WindowsUpdate I think I one time ...
Jan H's user avatar
  • 211
0 votes
1 answer
2k views

How can I upgrade Git via Chocolatey from within Git For Windows?

I use Chocolatey to manage as many Windows applications as I can, including Git. I use Git For Windows (git-cmd.exe) as my default command prompt. But this means that if I do a choco upgrade all -y ...
lofidevops's user avatar
  • 1,338
4 votes
2 answers
3k views

chocoletey install jdk8 never ends

I'm trying to use the windows package manager chocolatey to install jdk8, but it takes forever, powershell just print out the following and never ends: jdk8 v8.0.66 Downloading JDK from http://...
Aaron Shen's user avatar
2 votes
1 answer
585 views

Why does Chocolatey fail to install Elixir on Windows?

I'm a wizard at Linux/Unix-based OSes, but I'm rubbish at Windows and the like. To be able to install package via a CLI, which I prefer to graphical installers, I installed Chocolatey onto my Windows ...
JimBobOH's user avatar
  • 229
49 votes
2 answers
15k views

Remove Chocolatey registration without uninstalling application

I want to be able to use choco upgrade all -y to update almost all of my Chocolatey packages. Some packages represent applications that I want to have installed, but I no longer want them to be ...
Klas Mellbourn'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
1 vote
1 answer
2k views

How to install the exe correctly using chocolatey?

this is my nuget $packageName = 'filezillaInstall' $version = '3.14.0' $fileType = 'exe' $silentArgs = '/S' $url = "D:\Exe\filezillaInstall' $url64bit = "D:\Exe\filezillaInstall' $validExitCodes = @(...
Lakshan's user avatar
  • 55
0 votes
2 answers
2k views

how to install software application from local server to client

I need to know when we are downloading a software application to install to our machine from chocolatey cloud repository, to where it's downloading (there is no exe file showing after it downloaded). ...
Lakshan's user avatar
  • 55
5 votes
2 answers
3k views

Understand difference between Package Management (formerly OneGet) and Chocolatey, and Get Started using OneGet in Win10 RTM?

I am confused about Chocolatey, and OneGet (renamed later Package Management). Does one currently just install chocolatey, and use it, if one is on Windows 10 Pro RTM, which supposedly shipped with ...
Warren  P's user avatar
  • 2,970
47 votes
2 answers
16k views

How to update all Chocolatey packages except one?

cup all -y is used to update all Chocolatey packages at boot. At the moment there is an issue in the latest version of VirtualBox, and I want to avoid that this package is updated at boot while the ...
030's user avatar
  • 2,718

15 30 50 per page
1
6 7
8
9 10