mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
* rhel->rhel8 rename of the include file for install guides * Add RHEL 9 * Add Alma, Oracle, and Rocky Linux 9 pre-emptively * Add Alma Linux 9 EOL date
21 lines
571 B
ReStructuredText
21 lines
571 B
ReStructuredText
.. include:: _includes/supported-arch-x64+aarch64.rst
|
|
|
|
.. include:: _includes/linux-preamble.rst
|
|
|
|
-------------------------------
|
|
Installing the pre-requirements
|
|
-------------------------------
|
|
|
|
Red Hat Enterprise Linux (RHEL) 9 and its derivatives have all required packages available in official repositories.
|
|
Install them with dnf:
|
|
|
|
.. prompt:: bash
|
|
|
|
sudo dnf -y install python39 git java-11-openjdk-headless @development nano
|
|
|
|
.. Include common instructions:
|
|
|
|
.. include:: _includes/create-env-with-venv.rst
|
|
|
|
.. include:: _includes/install-and-setup-red-unix.rst
|