You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the standard intrucstion, .NET core 3.1 cannot be installed on Ubuntu 20.04 because of a missing dependency.
After doing some investigation, it is because it depends on versions of libicu that are not available on this version of Ubuntu :
The following packages have unmet dependencies:
dotnet-runtime-deps-3.1 : Depends: libicu but it is not installable or
libicu63 but it is not installable or
libicu60 but it is not installable or
libicu57 but it is not installable or
libicu55 but it is not installable or
libicu52 but it is not installable
E: Unable to correct problems, you have held broken packages.
Following the standard intrucstion, .NET core 3.1 cannot be installed on Ubuntu 20.04 because of a missing dependency.
After doing some investigation, it is because it depends on versions of libicu that are not available on this version of Ubuntu :
This version of Ubuntu only provides libicu66 (which is not declared as a dependency)
https://packages.ubuntu.com/search?suite=focal&keywords=libicu
The text was updated successfully, but these errors were encountered: