Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 3833  / 2 Years ago, sun, november 21, 2021, 8:21:38

I have just installed ubuntu 22.04. I could install R with sudo apt -y install r-base gdebi-core:


$ R

R version 4.1.2 (2021-11-01) -- "Bird Hippie"
Copyright (C) 2021 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

But when I try to install Rstudio from the downloaded file I get:


$ sudo gdebi rstudio-2022.02.1-461-amd64.deb 
[sudo] password for gigiux:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libssl1.0.0|libssl1.0.2|libssl1.1

It is weird that a popular deb file misses a basic library, plus:


$ sudo apt install libssl1.1
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libssl1.1
E: Couldn't find any package by glob 'libssl1.1'

What is the correct procedure to install R and R studio on Ubuntu 22.04?


More From » libraries

 Answers
3

RStudio is currently preparing a version that fixes the issue. You can download their daily deb, which is not a released version, but I tested it and it works well:


https://dailies.rstudio.com/rstudio/spotted-wakerobin/desktop/jammy/


Here is the RStudio post (by an RStudio employee) linking to the above URL:


https://community.rstudio.com/t/dependency-error-when-installing-rstudio-on-ubuntu-22-04-with-libssl/135397/4


I would expect all subsequent dailies to work well, but for completeness the exact daily that I tested on Ubuntu 22.04 that worked well is "rstudio-2022.06.0-daily-341-amd64.deb".


[#619] Monday, November 22, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
giccolla

Total Points: 161
Total Questions: 124
Total Answers: 117

Location: Aland Islands
Member since Wed, Nov 17, 2021
3 Years ago
giccolla questions
;