在Ubuntu上安装rstudio的问题20.04

发布于 2025-02-02 02:31:36 字数 83 浏览 4 评论 0原文

我正在尝试在Ubuntu 20.04上安装rstudio,但它说libssl1.0.0,libssl1.0.2和libssl1.1尚未安装。有人可以帮我

I'm trying to install the rstudio on ubuntu 20.04 but it is saying the the libssl1.0.0,libssl1.0.2, and the libssl1.1 is not installed. Someone can help me please

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

能怎样 2025-02-09 02:31:36

我试图安装昨天发布的最新版本的Rstudio,但它不起作用。

因此,我正在使用每日构建。您可以从

I tried to install the latest version of RStudio, that was released yesterday, but it did not work.

So, I am using daily build one. You can download it from https://dailies.rstudio.com/

I hope this can help some.

○闲身 2025-02-09 02:31:36

这可能有点晚了,尽管可能会对某人有所帮助。

O/S:Ubuntu 22.04 LTS

r:R版本4.2.2修补(2022-11-10 R83330) - “无辜和信任”版权(C)2022 R统计基础计算平台:x86_64-pc-linux-gnu(64位)

rstudio:2022.12.0构建353“ elsbeth geranium”版本(7D165DCF,2022-12-12-03 )对于Ubuntu Jammyrstudio 2022.12.0+353“ Elsbeth Geranium”版本(7D165DCFC1B6D300EB24777738DB2C7076234F6EF0 /537.36(khtml,像Gecko)rstudio/2022.12.0+353 Chrome/102.0.5005.167 Electron/19.1.3 Safari/537.36

,因此安装过程

  1. 更新系统sudo sudo apt apt apt apt Update&&&&& sudo apt升级。这可能需要一些时间。
  2. 安装依赖项apt install dirmngr gnupg apt-transport-https ca-cectifutes software-properties-common-common
  3. 安装损坏的依赖项sudo apt apt -fix-breaken install Libssl 和libclang我遇到的错误。
  4. 安装R,转到https://cran.r-project.org/bin/linux/ubuntu/,然后在此处关注脚本。要运行R,sudo -i r要退出终端quit()
  5. 下载rstudio wget -c https://download1.rstudio.org/electron /jammy/amd64/rstudio-2022.12.0-353-amd64.deb'

注意:rstudio下载页面已移动到potit,https://posit.co/down.co/download/rstudio-desktop/ R/单击源https://download1.rstudio.org/electron/jammy/amd64/rstudio-2022.12.0-353-amd64.deb。另外,找到.deb构建的另一个地方是https://dailies.rstudio.com/rstudio/(nice flower images rstudio)

  1. cd cd 文件夹和终端运行sudo dpkg -i rstudio-2022.12.0-353-amd64.deb或您已下载的版本。您可能还必须再次运行sudo apt - fix-broken install此时。

  2. 要从终端运行rstudio,只需键入rstudio或同时访问终端rstudio& ,然后按返回在终端中。

任何反馈都将不胜感激。

This might be a little late, though it might help someone.

O/S: Ubuntu 22.04 LTS

R: R version 4.2.2 Patched (2022-11-10 r83330) -- "Innocent and Trusting" Copyright (C) 2022 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit)

RStudio: 2022.12.0 Build 353 or "Elsbeth Geranium" Release (7d165dcf, 2022-12-03) for Ubuntu Jammy or RStudio 2022.12.0+353 "Elsbeth Geranium" Release (7d165dcfc1b6d300eb247738db2c7076234f6ef0, 2022-12-03) for Ubuntu Jammy Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) rstudio/2022.12.0+353 Chrome/102.0.5005.167 Electron/19.1.3 Safari/537.36

So the install process

  1. update system sudo apt update && sudo apt upgrade. Ths may take some time.
  2. install dependencies apt install dirmngr gnupg apt-transport-https ca-certificates software-properties-common
  3. install broken dependencies sudo apt --fix-broken install This fixed the libssl and libclang errors that I was getting.
  4. install R, go to https://cran.r-project.org/bin/linux/ubuntu/ and follow the script there. To run R, sudo -i R To exit back to the terminal quit()
  5. download RStudio wget -c https://download1.rstudio.org/electron/jammy/amd64/rstudio-2022.12.0-353-amd64.deb'

Note: RStudio download page has moved to Posit, https://posit.co/download/rstudio-desktop/ R/Click the link for the source https://download1.rstudio.org/electron/jammy/amd64/rstudio-2022.12.0-353-amd64.deb. Also another place to find the .deb builds are on https://dailies.rstudio.com/rstudio/ (nice flower images RStudio)

  1. cd to your download folder and in the terminal run sudo dpkg -i rstudio-2022.12.0-353-amd64.deb or what ever version that you have downloaded. You may have to run sudo apt --fix-broken install at this time once more.

  2. to run RStudio from the terminal, simply type rstudio or to get access to the terminal at the same time rstudio & and press Return in the terminal.

Any feedback would be appreciated.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文