Зависимость выходит в обновлении R

Я пытаюсь обновить r к его последней доступной версии, но

sudo apt-get install r-base

дает следующую ошибку:

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:
 r-base : Depends: r-recommended (= 3.0.2-1ubuntu1) but 3.3.3-1trusty0 is to be installed
E: Unable to correct problems, you have held broken packages.

Поскольку сообщение говорит о, я успешно установил r-recommended к его новейшей версии. Однако, ошибка преобладает.

Кто-то может помочь мне понять то, что это, "но 3.3.3-1trusty0 должно быть установлено", означает? Как я знаю, какой из пакетов повреждается, если таковые имеются?

dpkg поврежденный пакет перерывают

Я попробовал следующее выводом как показано:

dpkg -l | grep "r-base"
ii  libgcr-base-3-1:amd64                                 3.10.1-1                                            amd64        Library for Crypto related tasks
ii  r-base-core                                           3.3.3-1trusty0                                      amd64        GNU R core of statistical computation and graphics system
ii  r-base-dev                                            3.3.3-1trusty0                                      all          GNU R installation of auxiliary GNU R packages
ii  r-base-html                                           3.0.2-1ubuntu1                                      all          GNU R html docs for statistical computing system functions

система dpkg не отмечает или перечисленных пакетов или любого другого возврата из dpkg -l как повреждено. Я работал

dpkg -l | grep ^..r

без соответствий.

1
задан 26 April 2017 в 19:15

0 ответов

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

Похожие вопросы: