Issues in installing r-base-dev

后端 未结 1 1933
借酒劲吻你
借酒劲吻你 2020-12-21 04:44

I am currently using Ubuntu 12.04 64 bit .I was trying to install R as specified on this link . I am successfully able to install r-base but getting errors when trying to in

相关标签:
1条回答
  • 2020-12-21 05:39

    I made sure that the restricted and universe repositories are enabled (which was disabled in case of mine ). For doing this , Hit Alt + F2 type software-properties-gtk and hit Enter.

    Under Ubuntu Software tab enable all the repositories. enter image description here After which run

    sudo apt-get update
    

    Again run

    sudo apt-get install r-base-dev
    

    And done successfully.

    I got the above solution from this link

    0 讨论(0)
提交回复
热议问题