Choco: Displaying package size before starting to download

Created on 21 Apr 2016  路  6Comments  路  Source: chocolatey/choco

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.

0 - Backlog Enhancement

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.

All 6 comments

Have thought about it - however consider that you have two main types of packages with Chocolatey:

  1. those that are truly packages and contain all of the software they represent in them - easy to show the size because the package size is the size
  2. Packages that download the software they represent from official distribution points - hard to represent the full impact because it is unknown until everything is present on the system.

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.

Was this page helpful?
0 / 5 - 0 ratings