Skip to main content

All Questions

1 vote
1 answer
173 views

Why are there extra packages listed by Chocolatey and can I delete them?

On opening the choco lib folder, I can see a lot of files. The only stuffs I remember installing were python and ffmpeg, and Chocolatey of course. But what are the rest? And there are 3 instances of ...
Shub's user avatar
  • 200
1 vote
2 answers
3k views

How "clean" are Chocolatey installs and uninstalls?

I have installed Chocolatey and tested it by installing Docker Desktop. All is well and good, but I wonder, if I uninstall Docker Desktop through Chocolatey, will the package manager delete everything ...
K4R1's user avatar
  • 165
2 votes
0 answers
209 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
1 vote
1 answer
631 views

Chocolatey throwing errors when installing openvpn

As the title describes, choco install openvpn returns the below error; ERROR: Unable to import PGP key C:\ProgramData\chocolatey\lib\openvpn\tools\openvpn_public_key.asc' in the temporary keyring ...
Arduino_Sentinel's user avatar
4 votes
1 answer
3k views

List local chocolatey packages and order by installation date

Chocolatey packages tend to accumulate when you have installed them long ago and have stopped using them later. I could go manually through a list of local packages choco list -lo But with a long ...
Dr_Zaszuś's user avatar
3 votes
1 answer
91 views

The way to file a new-package request ("RFP") with the Chocolatey team

If you're using Debian Linux and apt-get, and you want to ask the Debian team to create a new package, you file a Debian RFP bug. If you're using Fedora Linux and yum, you visit the Package Database ...
unforgettableidSupportsMonica's user avatar
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
13 votes
3 answers
4k views

Is there a way to list all Chocolatey packages that have no dependencies?

Sometimes I found unexpected packages in my Chocolatey package list, and want to know if they're safe to uninstall. I know I can try to uninstall them and wait for Chocolatey to remind me, but that ...
Elderry's user avatar
  • 1,811
0 votes
2 answers
504 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
5 votes
1 answer
4k views

How Chocolatey knows which packages are installed and which aren't

Chocolatey is a package management system for Windows. First, you download and install Chocolatey, which is free and open-source software. You tell it what software you want, then (usually) answer ...
unforgettableidSupportsMonica's user avatar
1 vote
1 answer
509 views

Custom repositories for chocolatey

I see a lot of web posts about custom repos ("sources" in choco terminology) available for chocolatey. e.g. windowsfeatures and webpi. However, none of the commands work on choco 0.9.9 (e.g. choco ...
Alex's user avatar
  • 1,165
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
2 votes
1 answer
244 views

Why dont the chocolatey install instructions work?

So I am trying really hard to follow the instructions given for chocolatey install, but they don't work. From their site, they say "Its so easy to install!", and to "just open a power shell" and ...
TheGrapeBeyond's user avatar
7 votes
1 answer
11k views

How do I install Chocolatey in a different location than standard, say, even on a different partition?

I would like to install Chocolatey on a separate partition. Is this possible, or do I have to take the default C:\? I currently have E:\ partition where I install all my software. I would like all my ...
runtime_error's user avatar