mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Remove operating systems that reached EOL (#4099)
This commit is contained in:
parent
ec262d4c30
commit
0635921d6b
@ -96,33 +96,6 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv <inst
|
|||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
.. _install-debian-stretch:
|
|
||||||
|
|
||||||
~~~~~~~~~~~~~~
|
|
||||||
Debian Stretch
|
|
||||||
~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
.. note::
|
|
||||||
|
|
||||||
This guide is only for Debian Stretch users, these instructions won't work with
|
|
||||||
Raspbian Stretch. Raspbian Buster is the only version of Raspbian supported by Red.
|
|
||||||
|
|
||||||
We recommend installing pyenv as a method of installing non-native versions of python on
|
|
||||||
Debian Stretch. This guide will tell you how. First, run the following commands:
|
|
||||||
|
|
||||||
.. code-block:: none
|
|
||||||
|
|
||||||
sudo echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list.d/red-sources.list
|
|
||||||
sudo apt update
|
|
||||||
sudo apt -y install make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev \
|
|
||||||
libsqlite3-dev wget curl llvm libncurses5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
|
|
||||||
libffi-dev liblzma-dev libgdbm-dev uuid-dev python3-openssl git openjdk-11-jre-headless
|
|
||||||
CXX=/usr/bin/g++
|
|
||||||
|
|
||||||
Complete the rest of the installation by `installing Python 3.8 with pyenv <install-python-pyenv>`.
|
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
.. _install-debian:
|
.. _install-debian:
|
||||||
.. _install-raspbian:
|
.. _install-raspbian:
|
||||||
|
|
||||||
@ -151,7 +124,7 @@ Complete the rest of the installation by `installing Python 3.8 with pyenv <inst
|
|||||||
Fedora Linux
|
Fedora Linux
|
||||||
~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
Fedora Linux 30 and above has all required packages available in official repositories. Install
|
Fedora Linux 31 and above has all required packages available in official repositories. Install
|
||||||
them with dnf:
|
them with dnf:
|
||||||
|
|
||||||
.. code-block:: none
|
.. code-block:: none
|
||||||
@ -196,10 +169,10 @@ Continue by `creating-venv-linux`.
|
|||||||
openSUSE
|
openSUSE
|
||||||
~~~~~~~~
|
~~~~~~~~
|
||||||
|
|
||||||
openSUSE Leap
|
openSUSE Leap 15.1+
|
||||||
*************
|
*******************
|
||||||
|
|
||||||
We recommend installing a community package to get Python 3.8 on openSUSE Leap. This package will
|
We recommend installing a community package to get Python 3.8 on openSUSE Leap 15.1+. This package will
|
||||||
be installed to the ``/opt`` directory.
|
be installed to the ``/opt`` directory.
|
||||||
|
|
||||||
First, add the Opt-Python community repository:
|
First, add the Opt-Python community repository:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user