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

[Package Issue]: Winget does not update x86 version of Microsoft.DotNet.DesktopRuntime.6 #81063

Closed
2 tasks done
prakharb5 opened this issue Sep 29, 2022 · 5 comments
Closed
2 tasks done
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate
Milestone

Comments

@prakharb5
Copy link

Please confirm these before moving forward

  • I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
  • I have not been informed if the issue is resolved in a preview version of the winget client.

Category of the issue

Installation issue.

Brief description of your issue

When I am offered to update the x86 version of .NET 6 runtime, winget actually installs the x64 version. This ends up in the x86 version not getting updated.

Steps to reproduce

  1. Have an old version of .NET 6 runtime (x86) installed.
  2. Run winget upgrade Microsoft.DotNet.DesktopRuntime.6.
  3. Notice that winget tries to update the already up-to-date x64 version.

Actual behavior

winget keeps downloading the x64 version.

Expected behavior

I expect it to download and install the x86 version of .NET 6

Environment

Windows Package Manager (Preview) v1.4.2161-preview
Windows: Windows.Desktop v10.0.25206.1000
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.19.2161.0

Screenshots and Logs

image

@prakharb5 prakharb5 added the Issue-Bug It either shouldn't be doing this or needs an investigation. label Sep 29, 2022
@ghost ghost added the Needs-Triage This work item needs to be triaged by a member of the core team. label Sep 29, 2022
@Trenly
Copy link
Contributor

Trenly commented Sep 29, 2022

Duplicate of microsoft/winget-cli#2448

@denelon denelon added Resolution-Duplicate and removed Needs-Triage This work item needs to be triaged by a member of the core team. labels Sep 29, 2022
@denelon denelon closed this as completed Sep 29, 2022
@yoyoda2048
Copy link

yoyoda2048 commented Jul 1, 2023

Hi,
Sorry to post this so rudely, but how did you implement this beautiful coloured progress bar in Windows Powershell ?

@Trenly
Copy link
Contributor

Trenly commented Jul 1, 2023

Hi,
Sorry to post this so rudely, but how did you implement this beautiful coloured progress bar in Windows Powershell ?

There is a setting for the appearance of the progress bar -
https://github.com/microsoft/winget-cli/blob/master/doc/Settings.md#progressbar

@yoyoda2048
Copy link

thanks :)

@ChefBucher
Copy link

hello
i make it work with the following command
winget -a x86 --all
that upgraded the x86 packages sucesfully
hope it helps

@denelon denelon added this to the 1.7 Packages milestone Nov 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate
Projects
None yet
Development

No branches or pull requests

5 participants