When some package are going to be installed/update via yum it first shows the size of each package and the sum of all packages that are going to be downloaded. This is very handy. May you please add similar behavior to choco?
Thanks.
Have thought about it - however consider that you have two main types of packages with Chocolatey:
And due to software redistribution laws, the publicly available packages on Chocolatey.org fall into the second category more often.
We could definitely do this, but it would be further down the road.
We can have metadata of what will be downloaded. This can be checked by package-verifier. Look how it's implemented in gentoo portage.
@pyhedgehog been thinking about how verifier and other things can pass back more information. This however would still be local only to the community repository though.
@ferventcoder first of thanks for all your good work.
Packages that download the software they represent from official distribution points.
Is this software from the community which is difficult to size? How does Debian do it?
local only to the community repository
What is this repo? Is it
Community Package Repository Notification. There are 7936 Community Maintained Packages
Well, there is choco, Chrome, etc.
Most helpful comment
We can have metadata of what will be downloaded. This can be checked by package-verifier. Look how it's implemented in gentoo portage.