无法在 CentOS 6.4 上安装 RStudio [英] Cannot install RStudio on CentOS 6.4

查看:41
本文介绍了无法在 CentOS 6.4 上安装 RStudio的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试在 Centos 6.4 上安装 RStudio,并且已经安装了 R 版本.

I am trying to install RStudio on Centos 6.4 with an already installed R version.

我收到以下错误:

error: Failed dependencies:
libcrypto.so.6()(64bit) is needed by rstudio-server-0.97.336-x86_64
libgfortran.so.1()(64bit) is needed by rstudio-server-0.97.336-x86_64
libssl.so.6()(64bit) is needed by rstudio-server-0.97.336-x86_64

任何提示将不胜感激.

推荐答案

我通过以下链接修复了这个错误:http://jermdemo.blogspot.com.es/2011/08/安装-rstudio-server-on-scientific.html

I fixed this error following this link: http://jermdemo.blogspot.com.es/2011/08/installing-rstudio-server-on-scientific.html

您必须安装一些依赖项:

You have to install some dependencies:

yum install libcrypto.so.6 -y
yum install libgfortran.so.1 -y
yum install libssl.so.6 -y
yum install openssl098e-0.9.8e -y
yum install gcc41-libgfortran-4.1.2 -y
yum install pango-1.28.1 -y

还有一个棘手的问题:

wget ftp.scientificlinux.org/linux/scientific/6.0/x86_64/os/Packages/compat-
libgfortran-41-4.1.2-39.el6.x86_64.rpm
rpm -Uvh compat-libgfortran-41-4.1.2-39.el6.x86_64.rpm

并使用 no-deps 标志安装 Rstudio:

and install Rstudio with no-deps flag:

rpm -Uvh --nodeps rstudio-server-0.97.336-x86_64.rpm
rstudio-server verify-installation

这篇关于无法在 CentOS 6.4 上安装 RStudio的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆