-
Notifications
You must be signed in to change notification settings - Fork 950
Fast method for checking if a version of a package is installed. #1226
Copy link
Copy link
Open
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.Priority - LowRepresents issues that are of lower priority, can be taken care of whenever.Represents issues that are of lower priority, can be taken care of whenever.Up For GrabsIssues that are available by the community to work on.Issues that are available by the community to work on.
Milestone
Metadata
Metadata
Assignees
Labels
0 - BacklogIssue is accepted, but is not ready to be worked on or not in current sprint.Issue is accepted, but is not ready to be worked on or not in current sprint.EnhancementIssues that introduce new functionality to the project, or enhances/updates existing functionality.Issues that introduce new functionality to the project, or enhances/updates existing functionality.Priority - LowRepresents issues that are of lower priority, can be taken care of whenever.Represents issues that are of lower priority, can be taken care of whenever.Up For GrabsIssues that are available by the community to work on.Issues that are available by the community to work on.
Hi there,
Please let me know if I am missing something but i am using the following powershell to check to see if a package is installed or not.
However "choco list -lo" is taking 2-3 seconds to give me a list of about 5 installed packages.
This is quite a long time if I want to check many packages on many servers and I am not sure why it needs to take so long. Is it possible to add a better function for checking if a particular version of a package is installed that returns in less that 50ms?
Cheers.