我是OpenSuse Linux的新手。
我的Suse版本是:
11 (x86_64)
版本= 11
PATCHLEVEL =3
我想在我的suse linux中安装R。我试图通过zypper安装以下一组命令:
$ cd /etc/zypp/repos.d
$ wget http://download.opensuse.org/repositories/home:/jeroenooms:/opencpu-1.4/SLE_11_SP3/x86_64/R-base-devel-3.1.2-3.1.x86_64.rpm
$ zypper refresh
Then install with zypper
$ zypper in R-base-devel我跟踪了这个论坛:https://forums.suse.com/archive/index.php/t-3735.html
但我无法安装。请帮我处理这个。
我也不熟悉YaST。如何通过YaST安装??
发布于 2016-07-20 10:51:30
cd /etc/zypp/存储库d
你必须添加"jeroenooms.repo“
SP3/home:jeroenooms:opencpu-1.4.repo
编辑:关于失败和令人不安的回购,http://public-repo-1.hortonworks.com/:请禁用:标记enable=0,或将重新文件移动到备份文件夹:/etc/zypp/repos.d/back/ .或者干脆删除(临时的?)找不到回购。
https://stackoverflow.com/questions/38477354
复制相似问题