-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
displaying upgrades available, but when trying to install 'No applicabale update found' #2583
Comments
Have you tried changing the repositories source? |
no i haven't |
I installed Microsoft.WindowsSDK 10.0.22000.832 and was able to re-create the issue you were having. The upgrade package is available to download manually https://download.microsoft.com/download/f/6/7/f673df4b-4df9-4e1c-b6ce-2e6b4236c802/windowssdk/winsdksetup.exe |
I have this same issue with several machines. For example: `PS C:\Users\seers> winget upgrade PS C:\Users\seers> winget upgrade PuTTY.PuTTY I've seen this exact thing before as well, sometimes with MS Visual C++ redistributes, sometimes third-party packages like this. Any ideas? |
Can you perform the upgrade with the |
Ah! At least for my PuTTY example, it was that it found two matching apps so it drops out. Here is the end of the normal log. 2022-12-13 14:52:41.282 [REPO] Found multiple matches for tracking package [PuTTY.PuTTY] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='{01bf69b2-a358-43bb-8678-f9e3da1ea55f}'[Exact] Include:ProductCode='{2b9f1234-d8ed-45c0-b865-511405f4734f}'[Exact] Include:ProductCode='{4eef2644-700f-46f8-9655-915145248986}'[Exact] Include:ProductCode='{e078c644-a120-4668-ad62-02e9fd530190}'[Exact] Include:ProductCode='{f043faa1-9284-4e36-9226-d81254768b16}'[Exact] Include:ProductCode='{fdb77018-8b16-456d-aac9-0cfa01a36d92}'[Exact] Include:NormalizedNameAndPublisher='putty'+'simontatham'[Exact]] |
Related #3011 |
While it doesn't match the OP's behavior exactly, I see this often but it's always been when there are more than one match e.g.,
Why two entries are there, I don't know. I'm the maintainer of the vswhere manifest and did just update it a week or two ago, but I only ever installed it once and only one vswhere.exe is found in my /cc @tydunkel |
Brief description of your issue
Having these upgrades listed:
winget upgrade
upgrading them:
Steps to reproduce
not sure...
Expected behavior
either not displaying the upgrade or upgrade the pacakges.
(or eventually if it is the case like a reboot is required to notify the user that a reboot is required)
Actual behavior
not upgrading the listed packages.
Environment
The text was updated successfully, but these errors were encountered: