【问题标题】:Linux installation problems - RLinux 安装问题 - R
【发布时间】:2014-07-25 14:36:13
【问题描述】:

我在我的一个 Centos VE 上安装 R 时看到以下错误:

Error: Package: R-core-3.1.0-5.el5.x86_64 (epel)
Requires: libtcl8.4.so()(64bit)
Error: Package: R-core-3.1.0-5.el5.x86_64 (epel)
Requires: libtk8.4.so()(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

我尝试使用以下命令安装 R:

rpm -ivh http://mirror.chpc.utah.edu/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
yum install R

有什么帮助吗?

【问题讨论】:

  • 你需要先安装tcltk

标签: linux r installation


【解决方案1】:

先安装这两个依赖文件-

tcl-devel
tk-devel

遵循以下命令

rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
sudo yum install tcl
sudo yum clean all
sudo yum install R

【讨论】:

    猜你喜欢
    • 2022-11-29
    • 2013-08-07
    • 1970-01-01
    • 2016-04-22
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-06-21
    • 2014-12-09
    相关资源
    最近更新 更多