Update README for Fedora 40
[ci skip]
This commit is contained in:
parent
678d6984d4
commit
4bbd1be30d
1 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@ R binaries are built for the following Linux operating systems:
|
||||||
- Red Hat Enterprise Linux 7, 8, 9
|
- Red Hat Enterprise Linux 7, 8, 9
|
||||||
- openSUSE 15.5
|
- openSUSE 15.5
|
||||||
- SUSE Linux Enterprise 15 SP5
|
- SUSE Linux Enterprise 15 SP5
|
||||||
- Fedora 38, 39
|
- Fedora 39, 40
|
||||||
|
|
||||||
Operating systems are supported until their vendor end-of-support dates, which
|
Operating systems are supported until their vendor end-of-support dates, which
|
||||||
can be found on the [Posit Platform Support](https://posit.co/about/platform-support/)
|
can be found on the [Posit Platform Support](https://posit.co/about/platform-support/)
|
||||||
|
|
@ -154,11 +154,11 @@ sudo zypper --no-gpg-checks install R-${R_VERSION}-1-1.x86_64.rpm
|
||||||
|
|
||||||
Download the rpm package:
|
Download the rpm package:
|
||||||
```bash
|
```bash
|
||||||
# Fedora 38
|
|
||||||
curl -O https://cdn.posit.co/r/fedora-38/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
|
||||||
|
|
||||||
# Fedora 39
|
# Fedora 39
|
||||||
curl -O https://cdn.posit.co/r/fedora-39/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
curl -O https://cdn.posit.co/r/fedora-39/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
||||||
|
|
||||||
|
# Fedora 40
|
||||||
|
curl -O https://cdn.posit.co/r/fedora-40/pkgs/R-${R_VERSION}-1-1.x86_64.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
Then install the package:
|
Then install the package:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue