【问题标题】:R studio for Ubuntu 20.01用于 Ubuntu 20.01 的 R 工作室
【发布时间】:2021-09-03 07:44:31
【问题描述】:

我打算为我的项目下载 R studio,但是,我在他们的 official website 中找不到正确的版本(适用于 Ubuntu 20.01)

如果我下载适用于 Ubuntu 18 的版本,那么它是否与 Ubuntu 20.01 兼容? 如果没有,我还能做什么?

【问题讨论】:

  • 是的,它是兼容的。

标签: r ubuntu rstudio


【解决方案1】:

来自official website,这里是受支持的 Ubuntu 版本列表:

  • 多毛河马(21.04,仅限 amd64)
  • Groovy Gorilla(20.10,仅限 amd64),
  • Focal Fossa(20.04;仅限 LTS 和 amd64),
  • 仿生海狸 (18.04; LTS),和
  • Xenial Xerus (16.04; LTS)。

安装说明:

sudo apt update
sudo apt install --no-install-recommends software-properties-common dirmngr
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
sudo add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/"
sudo apt install --no-install-recommends r-base

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-03-17
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-07-02
    • 2018-12-31
    • 1970-01-01
    相关资源
    最近更新 更多