chocolatey Questions

7

Solved

There is Ketarin to update Chocolatey packages and push them to chocolatey.org automatically, but how do I automatically update all locally installed Chocolatey packages?
Batch asked 4/7, 2014 at 18:12

6

I just installed Chocolatey for the first time using this command in an admin cmd: @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionP...
Artina asked 9/4, 2019 at 19:46

3

Solved

I'm trying to learn about Chocolatey by setting up a local repository on my machine (c:\ChocolateyLocal\). However, I can't seem to add the folder as a source. I've tried using the command line and...
Footrest asked 14/12, 2015 at 13:49

6

I have docker on windows server 2016. The Dockerfile contains some build tools to be installed via chocolatey. It fails every time when I am trying to build image from mentioned Dockerfile. The cho...
Lowerclassman asked 25/7, 2018 at 11:1

3

Solved

I would like to get the list of versions of a package. What is the command line for this? It would be also nice to search in versions, for example: all the versions that are higher or lower than a...
Nitrogen asked 3/11, 2014 at 7:17

3

Solved

When I write the command choco install 'Name' This is what happened: 'Name' not installed. The package was not found with the source(s) listed. Source(s): 'https://chocolatey.org/api/v2/' NOTE: Wh...
Kaule asked 28/8, 2021 at 17:40

2

I'm trying to install FVM with choco install fvm and getting an error as can be seen in the image link. It says the installation is complete BUT when I try to run fvm I get the following error: Ca...
Venetian asked 6/3, 2023 at 15:39

5

I installed redis using chocolaty. Then, It was working normally, however I cannot start it again. Running redis-server: reports a problem in config file Specifying Config File Running the c...
Rafe asked 29/12, 2016 at 17:38

4

Solved

I find many Chocolatey helper functions: C:\ProgramData\chocolatey\helpers\functions and extension functions C:\ProgramData\chocolatey\extensions\chocolatey-core are very useful when you deve...
Elbertelberta asked 23/6, 2019 at 23:35

4

i am installing Chocolatey on my computer by using powershell,but when i type this command on powershell as an admin: Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System...
Robot asked 12/2, 2021 at 6:23

4

'Set-ExecutionPolicy' is not recognized as an internal or external command, operable program or batch file. getting this error while trying to install chocolaty through cmd
Plowman asked 24/10, 2019 at 7:21

3

Solved

Chocolatey installation started to fail last week. Dockerfile starts with FROM python:3.8.2-windowsservercore-ltsc2016 SHELL ["powershell","-Command"] RUN "Set-ExecutionPol...
Cilla asked 14/6, 2023 at 6:41

2

During my Node installation, I was asked if I wanted to install Chocolatey. I am only interested in web development. Do I need Chocolatey for web development?
Noetic asked 6/1, 2021 at 20:26

5

Solved

I have choco installed in my Windows 10 PC. Now, I am trying to install Erlang and Elixir. When I am running the command choco install erlang or choco install elixir, I am getting the following err...
Aldora asked 5/7, 2019 at 18:57

2

Solved

Im trying to install Chocolatey into a docker windows container, on a Windows 10 Machine using a Windows Container and not linux containers. Im running the docker build command in the PowerShell co...
Yong asked 27/4, 2021 at 16:50

2

I installed chocolatey and then ninja using choco install ninja. It got installed at C:\ProgramData\chocolatey\lib\ninja\tools. I added the path to the Environment variables too. When I launch ni...
Smutty asked 30/7, 2018 at 7:30

2

I have just started my NodeJS course, the lecture was recorded at the time of NodeJS version 10 (on a mac). I'm on Windows, it is now version 16. The lecture does not contain this page of the insta...

7

Solved

My goal is to create a single script that I can download and run on a fresh Windows build to set up the system as much as possible. The first thing I am trying to do is install as many of the progr...
Maje asked 8/1, 2018 at 4:7

9

I installed Chocolatey as per the instructions on the website (https://chocolatey.org/install). The 'choco' command works fine when I run it normally on cmd but returns the following error w...
Squill asked 18/12, 2017 at 2:49

1

Solved

Attempts to upgrade Chocolatey fails for me: > choco upgrade chocolatay Chocolatey v0.11.2 Upgrading the following packages: chocolatay By upgrading, you accept licenses for the packages. chocol...
Melissa asked 1/1, 2022 at 9:26

4

Solved

I am writing automated script for cloning GitHub source code to local machine. I failed after installing Git in my script, it asked for close/open powershell. So I am not able to clone code automat...

3

Solved

[Note] this is a historic problem that is specific to Windows 10 version 1909, which does not satisfy the Windows Terminal requirement by then. It would no longer be a problem for most nowadays sys...
Deepsea asked 22/4, 2020 at 22:28

1

Solved

I'm trying to install Windows Terminal on this Windows Server 2019 Datacenter, using choco, reading this: https://computingforgeeks.com/easy-way-to-install-windows-terminal-on-windows/ PS C:\Wind...
Ziska asked 29/7, 2021 at 6:56

2

Solved

I'm trying to use oneget w/chocolaty and it doesn't seem to be working at all. The package says it's installed, no warning or notification. It installs the package in the choco directory, but doesn...
Beaufert asked 30/7, 2015 at 3:38

9

Solved

I've installed Chocolatey, but I would like it to install programs to another drive instead of C. C is only a small SSD, but I have other drives where I usually install programs to. Any ideas?
Lebar asked 3/11, 2013 at 11:41

© 2022 - 2024 — McMap. All rights reserved.