Problemas de dependência na atualização de R

1

Estou tentando atualizar o r para a versão mais recente disponível, mas o

sudo apt-get install r-base

apresenta o seguinte erro:

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.

Como a mensagem fala, instalei com sucesso o r-recommended em sua versão mais recente. Ainda assim, o erro prevalece.

Alguém pode me ajudar a entender o que "mas 3.3.3-1trusty0 deve ser instalado" significa? Como sei quais pacotes estão quebrados, se houver?

pesquisa de pacote quebrado do dpkg através de

Eu tentei o seguinte com saída, conforme mostrado:

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

O sistema dpkg não sinaliza nenhum dos pacotes listados ou qualquer outro que retorne de dpkg -l como quebrado. Eu corri

dpkg -l | grep ^..r

sem correspondências.

    
por dd_rookie 26.04.2017 / 17:15

0 respostas