Невозможно установить.NET Core в Ubuntu 16.04 в соответствии с инструкциями Microsoft.

Идя по командам на этой странице, я получаю следующие ошибки:

sudo apt-get install dotnet-sdk-2.0.2
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 dotnet-sdk-2.0.2 : Depends: aspnetcore-store-2.0.0 but it is not going to be installed
                    Depends: dotnet-runtime-2.0.0 but it is not going to be installed
 git-daemon-run : Depends: runit but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Я пошел и выполнил "sudo apt-get" sudo apt-get install dotnet-runtime-2.0.0 ", так как он говорит, что это нужно", но не собирается быть установленным ".

И снова я получил ошибки о материале, который "не собирается быть установленным"

sudo apt-get install dotnet-runtime-2.0.0
Reading package lists... Done
Building dependency tree       
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 dotnet-runtime-2.0.0 : Depends: liblttng-ust0 (>= 2.5.0) but it is not going to be installed
                        Depends: dotnet-hostfxr-2.0.0 but it is not going to be installed
 git-daemon-run : Depends: runit but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

Кажется, что-то не так, или я сделал что-то не так, но я не знаю, что это такое.

0 ответов

Другие вопросы по тегам