-
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
Latest version not working #3806
Comments
I'm not seeing the same behavior; Have you tried uninstalling and re-installing?
|
I'm sorry but how do I uninstall winget properly? |
I believe the uninstall might need to be performed through the Windows Store application. This link will download the newest version, for the reinstall: https://aka.ms/getwinget |
From PowerShell, this command should remove and re-install winget -
|
Sadly reinstalling doesn't seem to have fixed anything. |
@github-account1111 is there any chance you don't have any applications requiring an update? You could try installing an earlier version of a package and then running |
I am certain there are upgrades.
https://github.com/microsoft/winget-pkgs/tree/master/manifests/o/OliverBetz/ExifTool/Development |
Have you tried a |
I've done both |
Can you try uninstalling the "current" PreIndexed package via: Then install the latest stable release via: Then run: and share the newest log file created? |
The linked release gave me this warning: After clicking Reinstall I got the following error: |
The gist logs show the use of a very old index, and no attempts to update it. That suggests a user setting of 0 for the update interval. If |
The command went through without errors, @JohnMcPMS:
Log
|
What do you get when you run |
The output seems unchanged.
Log
Edit: Actually that 2nd line in the terminal output seems new. |
Are there multiple user accounts involved here? The error is now that the package data cannot be found, despite the previous successful |
I am the only user on this laptop. |
You could try updating the source manually - |
Thanks, @Trenly, that seems to have worked.
How do I prevent this from happening in the future? |
That's a tricky question to answer, since it isn't clear what caused it to fail in the first place. Without knowing more details, the only things that I can really recommend are -
|
I take that back.
https://github.com/microsoft/winget-pkgs/tree/master/manifests/o/OpenWhisperSystems/Signal
|
It seems something is preventing your source from being updated. Are there multiple user accounts on your machine? |
No I am the only user. |
Brief description of your issue
https://gist.github.com/github-account1111/b243a27dda1e9be9ce731d3a228414ce
https://gist.github.com/github-account1111/4e8dc2ec133c9173ee3d2cf3c0b9b0a4
Steps to reproduce
winget upgrade
orwinget search <package name>
Expected behavior
Upgrades are shows, and the newest package version is fetched.
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: