Problems installing R on Linux CentOS 6.3

后端 未结 2 1373
灰色年华
灰色年华 2021-01-21 12:19

When installing R on Linux CentOS 6.3 I get the following:

Error: Package: R-core-3.0.1-2.el6.x86_64 (epel)
           Requires: libjpeg.so.62(LIBJPEG_6.2)(64bit         


        
2条回答
  •  终归单人心
    2021-01-21 12:57

    If this is a Windows Azure CentOS 6.3 instance, you may have to run:

    sudo yum --disableexcludes=main install kernel-headers-2.6.32-279.14.1.el6.openlogic.x86_64
    

    See:

    • Openlogic Centos 6.3 image: no kernel-headers
    • Azure VM (OpenLogic CentOS 6.3): no kernel-headers

提交回复
热议问题