美文网首页我用 Linux
Ubuntu18.04升级R-3.5.0

Ubuntu18.04升级R-3.5.0

作者: JuneDD | 来源:发表于2018-06-06 22:38 被阅读7次

1. sudo vi /etc/apt/source.list

在 /etc/apt/source.list中加入

deb  https://mirrors.tuna.tsinghua.edu.cn/CRAN//bin/linux/ubuntu artful/

2. sudo apt-get update

这一步,出现一个错误:

E: The repository ‘http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release’ does not have a Release file.

解决方法,在software sources— —other software中将勾掉http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic main

3.添加PPA

sudo add-apt-repository ppa:marutter/rrutter3.5

4.跟新R

sudo apt install r-api-3.5

相关文章

网友评论

    本文标题:Ubuntu18.04升级R-3.5.0

    本文链接:https://www.haomeiwen.com/subject/cbwisftx.html