R
安装
安装 EPEL YUM 源:
- 查看操作系统以及系统版本
lsb_release -a
uname -a
- 下载相应的EPEL源
wget http://mirrors.hust.edu.cn/epel//6/x86_64/epel-release-6-8.noarch.rpm
- 安装EPEL源(注:我这里是64位系统)
rpm -ivh epel-release-6-8.noarch.rpm
- 导入key文件
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
- 查看安装的EPEL源
ll /etc/yum.repos.d/
- 测试
yum clean all
yum list
- 安装 R
yum install R