File tree Expand file tree Collapse file tree 6 files changed +11
-9
lines changed
Expand file tree Collapse file tree 6 files changed +11
-9
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ Installing Red on Fedora Linux
1212Installing the pre-requirements
1313-------------------------------
1414
15- Fedora Linux 40 and above has all required packages available in official repositories. Install
15+ Fedora Linux 41 and above has all required packages available in official repositories. Install
1616them with dnf:
1717
1818.. prompt :: bash
1919
20- sudo dnf -y install python3.11 python3.11-devel git java-17-openjdk-headless @development-tools nano
20+ sudo dnf -y install python3.11 python3.11-devel git adoptium-temurin-java-repository @development-tools nano
21+ sudo dnf config-manager setopt adoptium-temurin-java-repository.enabled=1
22+ sudo dnf -y install temurin-17-jre
2123
2224.. Include common instructions:
2325
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ Amazon Linux 2023 x86-64, aarch64 2028-03-15 (`end-of
6161Arch Linux x86-64 forever (support is only provided for an up-to-date system)
6262CentOS Stream 9 x86-64, aarch64 2027-05-31 (`expected EOL <https://centos.org/stream9/#timeline >`__)
6363Debian 12 Bookworm x86-64, aarch64, armv7l ~2026-09 (`End of life <https://wiki.debian.org/DebianReleases#Production_Releases >`__)
64- Fedora Linux 40 x86-64, aarch64 2025-05-28 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule >`__)
6564Fedora Linux 41 x86-64, aarch64 2025-11-19 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule >`__)
65+ Fedora Linux 42 x86-64, aarch64 2026-05-13 (`End of Life <https://docs.fedoraproject.org/en-US/releases/lifecycle/#_maintenance_schedule >`__)
6666openSUSE Leap 15.6 x86-64, aarch64 2025-12-31 (`end of maintenance life cycle <https://en.opensuse.org/Lifetime#openSUSE_Leap >`__)
6767openSUSE Tumbleweed x86-64, aarch64 forever (support is only provided for an up-to-date system)
6868Oracle Linux 8 x86-64, aarch64 2029-07-31 (`End of Premier Support <https://www.oracle.com/us/support/library/elsp-lifetime-069338.pdf >`__)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ multidict==6.1.0
4040 # yarl
4141orjson==3.10.15
4242 # via -r base.in
43- packaging==24.2
43+ packaging==25.0
4444 # via -r base.in
4545platformdirs==4.3.6
4646 # via -r base.in
@@ -62,13 +62,13 @@ red-commons==1.0.0
6262 # red-lavalink
6363red-lavalink==0.11.0
6464 # via -r base.in
65- rich==13.9.4
65+ rich==14.0.0
6666 # via -r base.in
6767schema==0.7.7
6868 # via -r base.in
6969six==1.17.0
7070 # via python-dateutil
71- typing-extensions==4.13.0
71+ typing-extensions==4.13.2
7272 # via
7373 # -r base.in
7474 # multidict
Original file line number Diff line number Diff line change 11alabaster==0.7.13
22 # via sphinx
3- certifi==2025.1.31
3+ certifi==2025.4.26
44 # via requests
55charset-normalizer==3.4.1
66 # via requests
Original file line number Diff line number Diff line change 11black==23.12.1
22 # via -r extra-style.in
3- mypy-extensions==1.0 .0
3+ mypy-extensions==1.1 .0
44 # via black
55pathspec==0.12.1
66 # via black
Original file line number Diff line number Diff line change 11astroid==3.2.4
22 # via pylint
3- dill==0.3.9
3+ dill==0.4.0
44 # via pylint
55iniconfig==2.1.0
66 # via pytest
You can’t perform that action at this time.
0 commit comments