So currently, we can't install dotnet sdk on Ubuntu 22.04 => waiting for Microsoft to release it.
workaround: install it from script -_-.
blocking by:
$ apt-get install -yq dotnet-sdk-3.1 dotnet-sdk-6.0
...
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dotnet-runtime-deps-3.1 : Depends: libssl1.0.0 but it is not installable or
libssl1.0.2 but it is not installable or
libssl1.1 but it is not installable
dotnet-runtime-deps-6.0 : Depends: libssl1.0.0 but it is not installable or
libssl1.0.2 but it is not installable or
libssl1.1 but it is not installable
So currently, we can't install dotnet sdk on Ubuntu 22.04 => waiting for Microsoft to release it.
workaround: install it from script
-_-.blocking by:
Dev Note: