Add builds for openSUSE 15.2
openSUSE 15.2 moved from ICU 60 to 65, breaking compatibility with openSUSE 15.0 and 15.1.
This commit is contained in:
parent
4a7ae76b60
commit
a4ccbeb3f3
1 changed files with 192 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ R binaries are built for the following Linux operating systems:
|
|||
- Ubuntu 16.04, 18.04, 20.04
|
||||
- Debian 9, 10
|
||||
- CentOS / Red Hat Enterprise Linux 6, 7, 8
|
||||
- openSUSE 42.3, 15.0
|
||||
- openSUSE 42.3, 15
|
||||
- SUSE Linux Enterprise 12, 15
|
||||
|
||||
## Quick Installation
|
||||
|
|
@ -125,8 +125,11 @@ Download the rpm package:
|
|||
# openSUSE 42.3 / SLES 12
|
||||
wget https://cdn.rstudio.com/r/opensuse-42/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
||||
|
||||
# openSUSE 15.0 / SLES 15
|
||||
# openSUSE 15.1 / SLES 15 SP1
|
||||
wget https://cdn.rstudio.com/r/opensuse-15/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
||||
|
||||
# openSUSE 15.2 / SLES 15 SP2
|
||||
wget https://cdn.rstudio.com/r/opensuse-152/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
||||
```
|
||||
|
||||
Then install the package:
|
||||
|
|
|
|||
Loading…
Reference in a new issue