Install Rstudio

I am trying to install Rstudio but it requests a package not provided by the main Opensuse’s repositories. Do you know how to safely overcome this problem?


cat /etc/os-release 
NAME="openSUSE Tumbleweed" 
# VERSION="20210928" 
ID="opensuse-tumbleweed" 
ID_LIKE="opensuse suse" 
VERSION_ID="20210928" 
PRETTY_NAME="openSUSE Tumbleweed" 
ANSI_COLOR="0;32" 
CPE_NAME="cpe:/o:opensuse:tumbleweed:20210928" 
BUG_REPORT_URL="https://bugs.opensuse.org" 
HOME_URL="https://www.opensuse.org/" 
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed" 
LOGO="distributor-logo-Tumbleweed"



zypper se --details rstudio 
Loading repository data... 
Reading installed packages... 

S | Name            | Type    | Version      | Arch   | Repository 
--+-----------------+---------+--------------+--------+---------------------- 
  | rstudio         | package | 1.4.1717-2.2 | x86_64 | Main Repository (OSS) 
  | rstudio         | package | 1.3.1073-3.1 | i586   | Main Repository (OSS) 
  | rstudio-desktop | package | 1.4.1717-2.2 | x86_64 | Main Repository (OSS) 
  | rstudio-desktop | package | 1.3.1073-3.1 | i586   | Main Repository (OSS) 
  | rstudio-server  | package | 1.4.1717-2.2 | x86_64 | Main Repository (OSS) 
  | rstudio-server  | package | 1.3.1073-3.1 | i586   | Main Repository (OSS)


sudo zypper in rstudio 
Loading repository data... 
Reading installed packages... 
Resolving package dependencies... 

Problem: nothing provides 'libboost_filesystem.so.1.76.0()(64bit)' needed by the to be installed rstudio-1.4.1717-2.2.x86_64 
 Solution 1: do not install rstudio-1.4.1717-2.2.x86_64 
 Solution 2: break rstudio-1.4.1717-2.2.x86_64 by ignoring some of its dependencies 

**Choose from above solutions by number or cancel [1/2/c/d/?] (c): **


Hi
You need to wait until the package is fixed since it’s not building, as well as built with the boost libraries at 77…

https://build.opensuse.org/package/show/openSUSE:Factory/rstudio

I am an rstudio user. I use leap 15.3 not tumbleweed. rstudio installed from yast software management and runs fine on the features I have used thus far.

Leap 15.3 supplies version:

1.3.1073-bp153.2.12

The dependencies include:
libboost_system.so.1.66.0()(64bit)
libboost_filesystem.so.1.66.0()(64bit)
libboost_thread.so.1.66.0()(64bit)
libboost_iostreams.so.1.66.0()(64bit)

I wonder if you could pull this off of leap 15.3 repo. It is installed from vendor openSUSE and looks to be from the main repo. A zypper search could definitely find the repo.

Maybe you can get going with a little out og date version.

tom kosvic

Hi
The issue is the boost library change, only 77 in Tumbleweed… Leap is 66…