-
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
Can't install PowerShell #336
Comments
@TomBrien Thanks for reporting this problem. However, I'd recommend closing this issue as this problem has been reported multiple times already:
What you are looking for as an immediate solution is the |
My bad. cheers |
I'm seeing the same issue
|
@ebmarquez This issue has already been closed and a solution can be found in my reply above as well as in the issues that I've linked to. |
Brief description of your issue
I can't install PowerShell due to duplicate IDs. I think this might in part be due to PowerShell core changing name to PowerShell (I may be wrong). In part this is related to #292 but due to the duplicate IDs I see no way of selecting the desired package. as
-v <version number>
seems to be ignoredSteps to reproduce
winget install powershell
returns:Expected behavior
PowerShell 7.0.1 installed
Actual behavior
Attempting to specify the desired version via
winget install PowerShell -v 7.0.1
gives the same outputSpecifying the
Id
rather than theName
viawinget install Microsoft.PowerShell -v 7.0.1
once again just produces the listEnvironment
The text was updated successfully, but these errors were encountered: