Hello, all of a sudden rstudio stopped working on ubuntu 20.04. I re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch even if there is an icon. On terminal I got: ``` $ rstudio rstudio: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory $ sudo apt-get install libssl1.0.0 libssl-dev Reading package lists... Done Building dependency tree Reading state information... Done Package libssl1.0.0 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 E: Package 'libssl1.0.0' has no installation candidate ``` On internet, it is said that this library was discontinued (https://askubuntu.com/questions/897444/libssl-so-1-0-0-is-missing) R is up and running instead: ``` $ R R version 4.0.1 (2020-06-06) -- "See Things Now" Copyright (C) 2020 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) ``` How can I launch studio then? -- Best regards, Luigi
>>>>> Luigi Marongiu >>>>> on Mon, 15 Jun 2020 14:46:38 +0200 writes:> Hello, > all of a sudden rstudio stopped working on ubuntu 20.04. I > re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch > even if there is an icon. On terminal I got: > ``` > $ rstudio > rstudio: error while loading shared libraries: libssl.so.1.0.0: cannot > open shared object file: No such file or directory > $ sudo apt-get install libssl1.0.0 libssl-dev > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package libssl1.0.0 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 > E: Package 'libssl1.0.0' has no installation candidate > ``` > On internet, it is said that this library was discontinued > (https://askubuntu.com/questions/897444/libssl-so-1-0-0-is-missing) > R is up and running instead: > ``` > $ R > R version 4.0.1 (2020-06-06) -- "See Things Now" > Copyright (C) 2020 The R Foundation for Statistical Computing > Platform: x86_64-pc-linux-gnu (64-bit) > ``` > How can I launch studio then? you don't. Use R ! .. Well, I'm mostly joking. Personally, I do use Rstudio very rarely (but R daily, 85% of my work time), but then I'm a co-author of ESS (Emacs Speaks Statistics) and have been an emacs lover since ~1988 .. It's good, Luigi, we (all R-help readers) now know about the problem. But this mailing list is about R (and the R project). Rstudio is a company and a product has their own support list. Though I'm sure they will get the message from here or otherwise anyway. Do keep using Linux, it's well worth the occasional small pain. It allows you to smell the true original fresh air if you want instead of having to breathe continuously being wrapped inside sugar candy. At home and at work, I have no computer but those running Linux (even though I'm occasionally glad to have access to a Windows terminal server at work, not the least to test R and packages, almost always using ESS also there)! Best wishes, Martin -- Martin <Maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler Seminar f?r Statistik, ETH Z?rich HG G 16 R?mistrasse 101 CH-8092 Zurich, SWITZERLAND ? +41 44 632 3408 <><
Dear Luigi, This is rather an RStudio problem than an R problem. I suggest contacting RStudio or their community help forum at https://community.rstudio.com/ Best regards, ir. Thierry Onkelinx Statisticus / Statistician Vlaamse Overheid / Government of Flanders INSTITUUT VOOR NATUUR- EN BOSONDERZOEK / RESEARCH INSTITUTE FOR NATURE AND FOREST Team Biometrie & Kwaliteitszorg / Team Biometrics & Quality Assurance thierry.onkelinx at inbo.be Havenlaan 88 bus 73, 1000 Brussel www.inbo.be /////////////////////////////////////////////////////////////////////////////////////////// To call in the statistician after the experiment is done may be no more than asking him to perform a post-mortem examination: he may be able to say what the experiment died of. ~ Sir Ronald Aylmer Fisher The plural of anecdote is not data. ~ Roger Brinner The combination of some data and an aching desire for an answer does not ensure that a reasonable answer can be extracted from a given body of data. ~ John Tukey /////////////////////////////////////////////////////////////////////////////////////////// <https://www.inbo.be> Op ma 15 jun. 2020 om 14:47 schreef Luigi Marongiu <marongiu.luigi at gmail.com>:> Hello, > all of a sudden rstudio stopped working on ubuntu 20.04. I > re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch > even if there is an icon. On terminal I got: > ``` > $ rstudio > rstudio: error while loading shared libraries: libssl.so.1.0.0: cannot > open shared object file: No such file or directory > $ sudo apt-get install libssl1.0.0 libssl-dev > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package libssl1.0.0 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 > > E: Package 'libssl1.0.0' has no installation candidate > > ``` > On internet, it is said that this library was discontinued > (https://askubuntu.com/questions/897444/libssl-so-1-0-0-is-missing) > R is up and running instead: > ``` > $ R > R version 4.0.1 (2020-06-06) -- "See Things Now" > Copyright (C) 2020 The R Foundation for Statistical Computing > Platform: x86_64-pc-linux-gnu (64-bit) > > ``` > How can I launch studio then? > -- > Best regards, > Luigi > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >[[alternative HTML version deleted]]
ok so I'll redirect to Rstudio... Thanks On Mon, Jun 15, 2020 at 3:26 PM Martin Maechler <maechler at stat.math.ethz.ch> wrote:> >>>>> Luigi Marongiu > >>>>> on Mon, 15 Jun 2020 14:46:38 +0200 writes: > > > Hello, > > all of a sudden rstudio stopped working on ubuntu 20.04. I > > re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch > > even if there is an icon. On terminal I got: > > ``` > > $ rstudio > > rstudio: error while loading shared libraries: libssl.so.1.0.0: > cannot > > open shared object file: No such file or directory > > $ sudo apt-get install libssl1.0.0 libssl-dev > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Package libssl1.0.0 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 > > > E: Package 'libssl1.0.0' has no installation candidate > > > ``` > > On internet, it is said that this library was discontinued > > (https://askubuntu.com/questions/897444/libssl-so-1-0-0-is-missing) > > R is up and running instead: > > ``` > > $ R > > R version 4.0.1 (2020-06-06) -- "See Things Now" > > Copyright (C) 2020 The R Foundation for Statistical Computing > > Platform: x86_64-pc-linux-gnu (64-bit) > > > ``` > > How can I launch studio then? > > you don't. Use R ! .. > > Well, I'm mostly joking. Personally, I do use Rstudio very > rarely (but R daily, 85% of my work time), but then I'm a > co-author of ESS (Emacs Speaks Statistics) and have been an > emacs lover since ~1988 .. > > It's good, Luigi, we (all R-help readers) now know about the problem. > But this mailing list is about R (and the R project). Rstudio is > a company and a product has their own support list. > Though I'm sure they will get the message from here or otherwise > anyway. > > Do keep using Linux, it's well worth the occasional small > pain. It allows you to smell the true original fresh air if you > want instead of having to breathe continuously being wrapped > inside sugar candy. > At home and at work, I have no computer but those running Linux > (even though I'm occasionally glad to have access to a Windows > terminal server at work, not the least to test R and packages, > almost always using ESS also there)! > > Best wishes, > Martin > > -- > Martin <Maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler > Seminar f?r Statistik, ETH Z?rich HG G 16 R?mistrasse 101 > CH-8092 Zurich, SWITZERLAND ? +41 44 632 3408 <>< >-- Best regards, Luigi [[alternative HTML version deleted]]
On 2020-06-15 9:26 a.m., Martin Maechler wrote:> It allows you to smell the true original fresh air if you > want instead of having to breathe continuously being wrapped > inside sugar candy.
On 15 June 2020 at 14:46, Luigi Marongiu wrote: | Hello, | all of a sudden rstudio stopped working on ubuntu 20.04. I | re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch | even if there is an icon. On terminal I got: | ``` | $ rstudio | rstudio: error while loading shared libraries: libssl.so.1.0.0: cannot | open shared object file: No such file or directory | $ sudo apt-get install libssl1.0.0 libssl-dev | Reading package lists... Done | Building dependency tree | Reading state information... Done | Package libssl1.0.0 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 | | E: Package 'libssl1.0.0' has no installation candidate | | ``` | On internet, it is said that this library was discontinued | (https://askubuntu.com/questions/897444/libssl-so-1-0-0-is-missing) | R is up and running instead: | ``` | $ R | R version 4.0.1 (2020-06-06) -- "See Things Now" | Copyright (C) 2020 The R Foundation for Statistical Computing | Platform: x86_64-pc-linux-gnu (64-bit) | | ``` | How can I launch studio then? You appear to have asked the wrong part of the internet. If you go to packages.ubuntu.com and search for 'libssl1.0.0', selecting "all" distributions, and "search package name", you get the page https://packages.ubuntu.com/search?keywords=libssl1.0.0&searchon=names&suite=all§ion=all suggesting downloads of the package from two LTS releases (and two updates within). Download the file eg cd /tmp wget http://mirrors.kernel.org/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb Lastly, you asked _on the wrong mailing list_. Questions for R use on Debian or Ubuntu (or derived) systems should got to r-sig-debian instead. It is a friendly place. Dirk -- http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org
Ok I will use another blog. Thank you On Mon, Jun 15, 2020 at 4:03 PM Dirk Eddelbuettel <edd at debian.org> wrote:> > > On 15 June 2020 at 14:46, Luigi Marongiu wrote: > | Hello, > | all of a sudden rstudio stopped working on ubuntu 20.04. I > | re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch > | even if there is an icon. On terminal I got: > | ``` > | $ rstudio > | rstudio: error while loading shared libraries: libssl.so.1.0.0: cannot > | open shared object file: No such file or directory > | $ sudo apt-get install libssl1.0.0 libssl-dev > | Reading package lists... Done > | Building dependency tree > | Reading state information... Done > | Package libssl1.0.0 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 > | > | E: Package 'libssl1.0.0' has no installation candidate > | > | ``` > | On internet, it is said that this library was discontinued > | (https://askubuntu.com/questions/897444/libssl-so-1-0-0-is-missing) > | R is up and running instead: > | ``` > | $ R > | R version 4.0.1 (2020-06-06) -- "See Things Now" > | Copyright (C) 2020 The R Foundation for Statistical Computing > | Platform: x86_64-pc-linux-gnu (64-bit) > | > | ``` > | How can I launch studio then? > > You appear to have asked the wrong part of the internet. If you go to > > packages.ubuntu.com > > and search for 'libssl1.0.0', selecting "all" distributions, and "search > package name", you get the page > > https://packages.ubuntu.com/search?keywords=libssl1.0.0&searchon=names&suite=all§ion=all > > suggesting downloads of the package from two LTS releases (and two updates > within). Download the file eg > > cd /tmp > wget http://mirrors.kernel.org/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb > sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.3_amd64.deb > > Lastly, you asked _on the wrong mailing list_. Questions for R use on Debian > or Ubuntu (or derived) systems should got to r-sig-debian instead. It is a > friendly place. > > Dirk > > -- > http://dirk.eddelbuettel.com | @eddelbuettel | edd at debian.org-- Best regards, Luigi
On Mon, Jun 15, 2020 at 2:47 PM Luigi Marongiu <marongiu.luigi at gmail.com> wrote:> > Hello, > all of a sudden rstudio stopped working on ubuntu 20.04. I > re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch > even if there is an icon. On terminal I got: > ``` > $ rstudio > rstudio: error while loading shared libraries: libssl.so.1.0.0: cannot > open shared object file: No such file or directory > $ sudo apt-get install libssl1.0.0 libssl-dev > Reading package lists... Done > Building dependency tree > Reading state information... Done > Package libssl1.0.0 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 > > E: Package 'libssl1.0.0' has no installation candidateThis happens when you install the wrong rstudio binary for your version of debian/ubuntu. Go to https://rstudio.com/products/rstudio/download-server/debian-ubuntu/ and scroll down to "Install for Debian 10 / Ubuntu 18" and try that one. I think you had downloaded the binary for Ubuntu 16, which depends on an old version of openssl.
Thank you, but isn't this the link to Rstudio server? Is there one for Rstudio desktop? On Tue, Jun 16, 2020 at 5:41 PM Jeroen Ooms <jeroenooms at gmail.com> wrote:> > On Mon, Jun 15, 2020 at 2:47 PM Luigi Marongiu <marongiu.luigi at gmail.com> wrote: > > > > Hello, > > all of a sudden rstudio stopped working on ubuntu 20.04. I > > re-installed from `rstudio-1.3.959-amd64.deb` but it does not launch > > even if there is an icon. On terminal I got: > > ``` > > $ rstudio > > rstudio: error while loading shared libraries: libssl.so.1.0.0: cannot > > open shared object file: No such file or directory > > $ sudo apt-get install libssl1.0.0 libssl-dev > > Reading package lists... Done > > Building dependency tree > > Reading state information... Done > > Package libssl1.0.0 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 > > > > E: Package 'libssl1.0.0' has no installation candidate > > > This happens when you install the wrong rstudio binary for your > version of debian/ubuntu. Go to > https://rstudio.com/products/rstudio/download-server/debian-ubuntu/ > and scroll down to "Install for Debian 10 / Ubuntu 18" and try that > one. > > I think you had downloaded the binary for Ubuntu 16, which depends on > an old version of openssl.-- Best regards, Luigi