Não é possível instalar o R com o sudo apt-get install r-base [duplicado]

2

Quando tento instalar o R com sudo apt-get install r-base , ele diz

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-base-core (>= 3.2.1-4vivid0) but it is not going        
to be installed
      Depends: r-recommended (= 3.2.1-4vivid0) but it is not going to be installed
      Recommends: r-base-html but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
    
por shrimp32 09.07.2015 / 08:00

2 respostas

0

Eu tive o mesmo problema, para consertar use

  

link ubuntu trusty /

na lista de fontes.

    
por cbonet 01.08.2015 / 19:31
0

Você parece ter pacotes em espera. Este comando deve atualizar seu R trazendo as novas dependências:

sudo apt-get upgrade --with-new-pkgs
    
por philsf 29.01.2016 / 09:13