winget
I get this when I reinstall WinGet
same error, i tried everything to figure it out but still those errors.
I run version 2.3.0
this is my error
and this is my log chocolatey.log
Do you have the latest Visual C++ Redistributable installed?
In the logs, there is a mention of the installed version of the package being 2024.1025.2351.0, while the version attempted to be installed via Chocolatey is 2024.709.2344.0
You can update the above here Visual C++ Redistributable
Hope this helps!
irm "https://christitus.com/windev" | iex
go to config
WinGet Reinstall
get this
Does winget works?
Yes WinGet works and uninstalled Visual C++ Redistributable and reinstalled it, got same thing
Is this a new windows installation? if yes, then first try to update "App Installer" in MS Store.
trying to go to did search "App Installer"
then Try this
So you tell me?
App Installer is in Library
We got hit with a couple of bugs in our PowerShell modules for WinGet, but they have been updated as of this morning.
One of the ways we're helping users bootstrap WinGet is to use the Microsoft.WinGet.Client PowerShell module.
We've added the dependencies to our GitHub release, and you can use Repair-WinGetPackageManager -Latest -Force to get the lastest version of WinGet installed on the system. From there, you can also use the PowerShell cmdlets to manage WinGet Packages.
We got hit with a couple of bugs in our PowerShell modules for WinGet, but they have been updated as of this morning.
One of the ways we're helping users bootstrap WinGet is to use the Microsoft.WinGet.Client PowerShell module.
We've added the dependencies to our GitHub release, and you can use
Repair-WinGetPackageManager -Latest -Forceto get the lastest version of WinGet installed on the system. From there, you can also use the PowerShell cmdlets to manage WinGet Packages.
i installed the Microsoft.WinGet.Client with "Install-Module -Name Microsoft.WinGet.Client -RequiredVersion 0.2.1" and accepted all, but then 'Repair-WinGetPackageManager -Latest -Force' doesn't work.
Error: `Repair-WinGetPackageManager : The 'Repair-WinGetPackageManager' command was found in the module 'Microsoft.WinGet.Client', but the module could not be loaded. For more information, run 'Import-Module Microsoft.WinGet.Client'. At line:1 char:1
- Repair-WinGetPackageManager -Latest -Force
-
+ CategoryInfo : ObjectNotFound: (Repair-WinGetPackageManager:String) [], CommandNotFoundException + FullyQualifiedErrorId : CouldNotAutoloadMatchingModule`
https://github.com/ChrisTitusTech/winutil/issues/3013#issuecomment-2458945563
Looks like the winget choco install isn't up to date. I'll have to write a new reinstall method.
https://github.com/ChrisTitusTech/winutil/issues/3013#issuecomment-2458945563
well if it ain't broke, don't fix it.
This issue was marked as stale due to inactivity.
Hi - I am getting the same issues with WInUtil on a fresh WIn 10 install as the users above. same error message, and the repair command line is also not recognized. not sure what to do.
Winget is a bit annoying to install as microsoft manages to break the installation every few versions. To resolve this please try the following (if still applicable)
Download and install the newest (stable) version of winutil manually Winget CLI (you need the .msixbundle) and see if the issue still persists
This issue was marked as stale due to inactivity.