Я пытаюсь обновить версию ядра .net с 1.0 до 2.0, но получаю некоторые ошибки.Я плохо разбираюсь в Linux, поэтому плохо понимаю, что происходит.
Я запускаю:
apt-get install dotnet-sdk-2.1.4
И я получаю эту ошибку:
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-2.1.4 : Depends: dotnet-runtime-2.0.5 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
Итак, я пытаюсь установить dotnet-runtime-2.0.5
и получаю
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-runtime-2.0.5 : Depends: libicu55 but it is not installable
E: Unable to correct problems, you have held broken packages.
После этого я пытаюсь установить libicu55
, но я уже установил libicu57
.Я не знаю, что делать.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libicu55 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libicu55' has no installation candidate
betocastillo86@ubuntu-huellitas-prod:~$
У вас есть идеи?