Skip to main content

All Questions

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
1 vote
1 answer
931 views

Choco error checksum didn't meet

While installing tabby using choco gives checksum didn't match error. PS C:\Users\devpa> choco install tabby -y Chocolatey v2.0.0 ...
user avatar
2 votes
1 answer
5k views

How to install the latest patch version of a package with chocolatey?

I need Python 3.8 on my box and decided to install it with Chocolatey. I see there are a lot of them: > choco list python3 -e --all Chocolatey v0.12.1 python3 3.10.2 [Approved] python3 3.10.1 [...
watery's user avatar
  • 235
41 votes
1 answer
16k views

Is there a way to convert a non-Chocolatey installed program into a Chocolatey installed one?

I have a few programs that have been installed using non-Chocolatey methods (.msi packages, setup.exe, etc.). I have recently started using Chocolatey and would like to use it to update these programs....
robingrindrod's user avatar
7 votes
4 answers
2k views

Can I create a Chocolatey installer automatically based on my currently installed applications? How?

I intend to reinstall Windows on my computer soon and I'd like to make the process of reinstalling all of my applications as seamless as possible. I know you can create a Chocolatey script that can be ...
Ryan Shripat's user avatar
  • 1,009