Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Capture the installed packages for updates only when required #375

Closed
ManuInNZ opened this issue May 31, 2020 · 1 comment
Closed

Capture the installed packages for updates only when required #375

ManuInNZ opened this issue May 31, 2020 · 1 comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Milestone

Comments

@ManuInNZ
Copy link

Description of the new feature/enhancement

In a nutshell a similar mechanism to cup all -y from Chocolatey.
At this stage if I define a baseline config with a list of packages and rerun the script, it forces a reinstall of everything.

As a user when I use winget install mypackage the system should not download the whole package is already installed (unless I force).
As a user when I use winget install mypackage the system should propose a new version upgrade if available (unless I specify a version).

Proposed technical implementation details (optional)

Capture the currently installed package, e.g. manifest copy, to compare to the install request for comparison of the locally stored version if existing.

@ManuInNZ ManuInNZ added the Issue-Feature This is a feature request for the Windows Package Manager client. label May 31, 2020
@ghost ghost added the Needs-Triage Issue need to be triaged label May 31, 2020
@megamorf
Copy link

Hey @ManuInNZ, thanks for reporting this request. It seems to overlap a lot with already existing issues though:

So consider closing this issue and adding your feedback to one of the other issues instead :-)

@denelon denelon removed the Needs-Triage Issue need to be triaged label Dec 28, 2021
@denelon denelon added this to the v1.3-Client milestone Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Feature This is a feature request for the Windows Package Manager client.
Projects
None yet
Development

No branches or pull requests

3 participants