mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
[3.4] Add Fedora 36 and RHEL 8.6 to list in version guarantees (#5701)
* Add Fedora 36 to list in version guarantees
* Add RHEL 8.6
* Drop Fedora Linux 34.
(cherry picked from commit 9cdcf07773)
Co-authored-by: Jakub Kuczys <6032823+jack1142@users.noreply.github.com>
25 lines
608 B
ReStructuredText
25 lines
608 B
ReStructuredText
.. _install-fedora:
|
|
|
|
==============================
|
|
Installing Red on Fedora Linux
|
|
==============================
|
|
|
|
.. include:: _includes/linux-preamble.rst
|
|
|
|
-------------------------------
|
|
Installing the pre-requirements
|
|
-------------------------------
|
|
|
|
Fedora Linux 35 and above has all required packages available in official repositories. Install
|
|
them with dnf:
|
|
|
|
.. prompt:: bash
|
|
|
|
sudo dnf -y install python39 git java-11-openjdk-headless @development-tools nano
|
|
|
|
.. Include common instructions:
|
|
|
|
.. include:: _includes/create-env-with-venv.rst
|
|
|
|
.. include:: _includes/install-and-setup-red-unix.rst
|