Going by the commands on this page I get these errors:
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).
I went and did a "sudo apt-get "sudo apt-get install dotnet-runtime-2.0.0" as it says it needs it "but is not going to be installed".
And again I got errors about stuff that is "not going to be installed"
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).
It seems like something is wrong or I did something wrong, but I don't know what it is.
sudo apt-get install -f
, thensudo apt-get update
and try again! – George Udosen Nov 09 '17 at 05:35