Skip to content
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

winget #2986

Open
FatBastard0 opened this issue Oct 28, 2024 · 13 comments
Open

winget #2986

FatBastard0 opened this issue Oct 28, 2024 · 13 comments
Labels
bug Something isn't working

Comments

@FatBastard0
Copy link

ScreenShot_20241028122728
I get this when I reinstall WinGet

@FatBastard0 FatBastard0 added the bug Something isn't working label Oct 28, 2024
@0xMattia
Copy link

0xMattia commented Oct 29, 2024

same error, i tried everything to figure it out but still those errors.
I run version 2.3.0
this is my error
image

and this is my log
chocolatey.log

@stafidopsomo
Copy link

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!

@FatBastard0
Copy link
Author

irm "https://christitus.com/windev" | iex
go to config
WinGet Reinstall
get this
ScreenShot_20241029052949

@zmileski
Copy link

Does winget works?

@FatBastard0
Copy link
Author

Yes WinGet works and uninstalled Visual C++ Redistributable and reinstalled it, got same thing

@tezpadhye
Copy link

Is this a new windows installation? if yes, then first try to update "App Installer" in MS Store.

@FatBastard0
Copy link
Author

trying to go to did search "App Installer"
ScreenShot_20241101093207
then Try this
ScreenShot_20241101093329
So you tell me?

@zmileski
Copy link

zmileski commented Nov 1, 2024

App Installer is in Library

@denelon
Copy link

denelon commented Nov 1, 2024

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.

@Juanc179
Copy link

Juanc179 commented Nov 6, 2024

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.

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`
    

@zmileski
Copy link

zmileski commented Nov 6, 2024

#3013 (comment)

@ChrisTitusTech
Copy link
Owner

Looks like the winget choco install isn't up to date. I'll have to write a new reinstall method.

@zmileski
Copy link

#3013 (comment)

well if it ain't broke, don't fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

8 participants