У меня небольшая проблема. Я недавно обновил свой p c до Ubuntu 20.04, и у меня возникла проблема с установкой do tnet -sdk из https://docs.microsoft.com/en-us/dotnet/core/install/linux-package-manager-ubuntu-1910#troubleshoot -the-package-manager и когда я достигаю sudo apt-get install dotnet-sdk-3.1
, это дает мне следующее:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
dotnet-sdk-3.1 : Depends: dotnet-runtime-3.1 (>= 3.1.3) but it is not going to be installed
Depends: aspnetcore-runtime-3.1 (>= 3.1.3) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Я раньше использовал pop os 19.10, но установка do 1011 * sdk не была проблемой, так что для пользователей linux есть какая-нибудь помощь?