Não é possível instalar o .NET Core no Ubuntu 16.04 com base nas instruções da Microsoft

0

Seguindo os comandos em esta página , recebo estes erros:

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).

Eu fui e fiz um sudo apt-get sudo apt-get instalar o dotnet-runtime-2.0.0 "como ele diz que precisa dele" mas não será instalado ".

E novamente recebi erros sobre coisas que "não serão instaladas"

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).

Parece que algo está errado ou fiz algo errado, mas não sei o que é.

    
por Scooter 09.11.2017 / 06:04

0 respostas