-
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 upgrade a package whose version number is unknown #2714
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Milestone
Comments
denelon
added
Issue-Bug
It either shouldn't be doing this or needs an investigation.
and removed
Needs-Triage
Issue need to be triaged
labels
Nov 22, 2022
I'm not sure if this is due to some of the other arguments. Can you try |
denelon
added
the
Needs-Author-Feedback
Issue needs attention from issue or PR author
label
Nov 22, 2022
It would also help if you could share logs. |
Log:
|
ghost
added
Needs-Attention
Issue needs attention from Microsoft
and removed
Needs-Author-Feedback
Issue needs attention from issue or PR author
labels
Nov 23, 2022
I'm also having the same issue. Commands
Logs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief description of your issue
winget list -s winget
shows I haverustup
installed but the version number is unknown (because it was installed manually, not from winget)But when I try to upgrade it via
winget upgrade --id Rustlang.Rustup -s winget
, it shows this error:So I did what it says, but it still doesn't work
I also tried the
install
command instead:Steps to reproduce
winget upgrade --id Rustlang.Rustup -s winget --include-unknown
Expected behavior
It upgrades (reinstalls) the package from winget.
Actual behavior
It outputs
Incompatible command line arguments provided
Environment
The text was updated successfully, but these errors were encountered: