Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to get Chocolatey to show the progress of a download?

I just started using Chocolatey and I was wondering is there some flag or setting that I can set to get chocolatey to show me the progress of a download rather than just hanging the terminal. Furthermore, when I do a......

PS C:>cinst something ================================================================================== something is 20% complete

You know, like how other package managers do it.

like image 747
coderrick Avatar asked Sep 13 '25 02:09

coderrick


1 Answers

In the Powershell version of Chocolatey, i.e. version <= 0.9.8.33 there was a progress bar indicating the progress of the download.

However, in the current C# version of Chocolatey (at the time of this comment 0.9.9.6) there is no equivalent for this. There is an issue to track this feature, so I would suggest you subscribe to this issue:

https://github.com/chocolatey/choco/issues/56

For updates about when this will be available.

like image 82
Gary Ewan Park Avatar answered Sep 14 '25 16:09

Gary Ewan Park