Per-OS prereq knowledge #54655
Closed
rainersigwald
started this conversation in
dotnetup
Replies: 1 comment 1 reply
-
|
This has now been fixed with #54802 (by dropping the ICU requirement for Linux). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tried
dotnetupon a fresh Ubuntu 26.04 WSL instance, and it failed because I didn't have ICU installed. I recognized that pretty quickly but had to click around a bit to get to https://learn.microsoft.com/dotnet/core/install/linux-ubuntu-install?tabs=dotnet10&pivots=os-linux-ubuntu-2604#dependencies to figure out that I neededlibicu78.It'd be great if
dotnetupcould emit a "please install .NET's prereqs, here is a command line to paste" message in a failure case like this.Beta Was this translation helpful? Give feedback.
All reactions