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
On 6/16/20 10:11 AM, Luigi Marongiu wrote:> Thank you, but isn't this the link to Rstudio server? Is there one for > Rstudio desktop?It didn't seem that difficult to find: https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.3.959-amd64.deb -- David.> 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. > >
No it wasn't, in fact is the same I have already downloaded... On Tue, Jun 16, 2020 at 7:45 PM David Winsemius <dwinsemius at comcast.net> wrote:> > > On 6/16/20 10:11 AM, Luigi Marongiu wrote: > > Thank you, but isn't this the link to Rstudio server? Is there one for > > Rstudio desktop? > > > It didn't seem that difficult to find: > > > https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.3.959-amd64.deb > > > -- > > David. > > > 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