小编Jon*_*Jon的帖子

在不存在的依赖项上安装R on RedHat错误

我之前在运行RedHat EL6.5的机器上安装了R,但是我最近在安装新软件包时遇到了问题(即install.packages()).由于我找不到解决方案,我尝试使用以下方法重新安装R:

sudo yum remove R
Run Code Online (Sandbox Code Playgroud)

sudo yum install R
Run Code Online (Sandbox Code Playgroud)

但现在我得到:

....
---> Package R-core-devel.x86_64 0:3.1.0-5.el6 will be installed
--> Processing Dependency: blas-devel >= 3.0 for package: R-core-devel-3.1.0-5.el6.x86_64
--> Processing Dependency: libicu-devel for package: R-core-devel-3.1.0-5.el6.x86_64
--> Processing Dependency: lapack-devel for package: R-core-devel-3.1.0-5.el6.x86_64
---> Package xz-devel.x86_64 0:4.999.9-0.3.beta.20091007git.el6 will be installed
--> Finished Dependency Resolution
Error: Package: R-core-devel-3.1.0-5.el6.x86_64 (epel)
           Requires: blas-devel >= 3.0
Error: Package: R-core-devel-3.1.0-5.el6.x86_64 (epel)
       Requires: lapack-devel
Error: Package: R-core-devel-3.1.0-5.el6.x86_64 (epel)
       Requires: libicu-devel
 You could try using --skip-broken to …
Run Code Online (Sandbox Code Playgroud)

redhat r yum

7
推荐指数
2
解决办法
1万
查看次数

标签 统计

r ×1

redhat ×1

yum ×1