WinGet needs to show more metadata about packages, specifically: size of download/disk space, date and location of package installs #2836
Unanswered
ObiW4nKenobi
asked this question in
Ideas
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
I really wish there was some additional metadata like package published/updated date, like NuGet etc have. Knowing how old a package is can be very important. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using WinGet for awhile now and it is a good software package manager. However, it needs to show more metadata about the packages that a user is either 1) Interested in installing or 2) has already installed.
winget search <package_name> should show the download size and required disk space for the install
(And just in case those 2 metadata are ambiguous: download size because of compression, disk space consumed after decompression)
winget install <package_name> should, again show the download size and required disk space for the install
winget show <package_name> should show the size on disk of install, installation date and installation folder
That is all I request for now. I am a simple man. But these 3 metadata are very important and to not have them already implemented is a bewilderment to me for a package manager.
Disk space is not infinite just yet!
Beta Was this translation helpful? Give feedback.
All reactions