Open kiddliu opened 2 years ago
Interesting; When I use winget list voidtools.everything
I see the same - that a newer version is available. But, when I try winget upgrade
, it doesn't detect it for upgrade at all, regardless of if I'm listing available upgrades, upgrading with --all
, or using the package ID
I think it is an issue with disambiguating between voidtools.Everything
and voidtools.Everything.Lite
and voidtools.Everything.Alpha
2022-07-28 12:44:55.018 [REPO] Found multiple matches for installed package [Everything] in source [Microsoft.Winget.Source_8wekyb3d8bbwe] when searching for [Query:[none] Include:ProductCode='everything'[Exact] Include:NormalizedNameAndPublisher='everything'+'voidtools'[Exact]]
|
|
2022-07-28 12:44:55.020 [REPO] Checking match with package id: voidtools.Everything
2022-07-28 12:44:55.020 [REPO] Appropriate available package could not be determined
I think it is an issue with disambiguating between
voidtools.Everything
andvoidtools.Everything.Lite
andvoidtools.Everything.Alpha
In that case, I think winget upgrade voidtools.Everything -e
would work.
I think this might be a bigger issue, actually. I was testing a different bug for pkgs, and I noticed that Firefox wasn't being selected for upgrade, but when I list the package by itself or upgrade by itself, then it is detected properly. Unless it's entirely unrelated, which could be possible . . .
I think this might be a bigger issue, actually. I was testing a different bug for pkgs, and I noticed that Firefox wasn't being selected for upgrade, but when I list the package by itself or upgrade by itself, then it is detected properly.
That sounds like the opposite of the OP though...
I think this might be a bigger issue, actually. I was testing a different bug for pkgs, and I noticed that Firefox wasn't being selected for upgrade, but when I list the package by itself or upgrade by itself, then it is detected properly.
That sounds like the opposite of the OP though...
Hmm. That is true. Opposite, but related possibly?
Brief description of your issue
Not sure if it's related to the package
Everything
, an unexpected result is thatwinget upgrade voidtools.Everything
showsNo applicable update found.
butwinget upgrade
listed this update.Steps to reproduce
Expected behavior
It should work as expected, upgrade the package with the specified Id.
Actual behavior
It shows
No applicable update found.
Environment