Unable to Install RStudio

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Kilomay1
Level 1
Level 1
Posts: 2
Joined: Wed Mar 29, 2023 3:34 pm

Unable to Install RStudio

Post by Kilomay1 »

I have a fresh install of Linux Mint 21.1 x86_64, cinnamon 5.6.8.

I have successfully installed 'R' statistical programming language. I also want to install RStudio which is an IDE for R.

This software can be found here: https://support--rstudio-com.netlify.a ... #download

In that website, I am trying to install the option available for Ubuntu18/Debian10.

When I download the rstudio-1.4.1106-amd64.deb file and double-click it to begin installation, I receive the error:

Code: Select all

 Error: Dependency is not satisfiable: libssl 1.0.0 | libssl 1.0.2 | libssl 1.1 
To diagnose, I ran the command:

Code: Select all

sudo apt-cache policy libssl-dev
and got the output:

Code: Select all

  
  Installed: 3.0.2-0ubuntu1.8
  Candidate: 3.0.2-0ubuntu1.8
  Version table:
 *** 3.0.2-0ubuntu1.8 500
        500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
        100 /var/lib/dpkg/status
     3.0.2-0ubuntu1 500
        500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages
This suggests I have the latest libssl package. However, I also tried installing libssl1.1 specifically using the command:

Code: Select all

 sudo apt install libssl1.1 
I got the output:

Code: Select all

Package libssl1.1 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
How do I go about installing RStudio on my laptop?
Last edited by LockBot on Fri Sep 29, 2023 10:00 pm, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Wakatakakage
Level 3
Level 3
Posts: 154
Joined: Wed Apr 21, 2021 10:34 pm

Re: Unable to Install RStudio

Post by Wakatakakage »

(Full disclosure: I am not an RStudio user, nor have I ever installed it.) I am curious why you are downloading software from that particular website instead of Posit's actual RStudio website. The current version is 2023.03.0. It looks like the 1.4.1106 version was released over two years ago, before they changed their numbering scheme.
Kilomay1
Level 1
Level 1
Posts: 2
Joined: Wed Mar 29, 2023 3:34 pm

Re: Unable to Install RStudio

Post by Kilomay1 »

Oh my God! The RStudio website that I gave as a link was what turned up when I search for it on my search engine. Never realised they had switched sites.
It is downloading installing fine now. Thank you so very much!

I am new here, how do I mark this problem as "solved"?
mikeflan
Level 17
Level 17
Posts: 7152
Joined: Sun Apr 26, 2020 9:28 am
Location: Houston, TX

Re: Unable to Install RStudio

Post by mikeflan »

Glad this worked out for you. To mark this issue solved go to your original 1st post (top of topic), click the edit pencil, add [Solved] at the beginning of the title and click Submit.
viewtopic.php?f=90&t=267264
User avatar
spamegg
Level 14
Level 14
Posts: 5101
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: Unable to Install RStudio

Post by spamegg »

Kilomay1 wrote: Wed Mar 29, 2023 3:51 pm I have a fresh install of Linux Mint 21.1

In that website, I am trying to install the option available for Ubuntu18/Debian10.
Mint 21.1 is based on Ubuntu 22.04, which is 2 LTS versions newer than Ubuntu 18.04. So the base packages required are very different.
Locked

Return to “Software & Applications”