Skip to content

Commit

Permalink
Add warning about upcoming linux distribution support change. (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Aug 17, 2023
1 parent 93f3de9 commit e53b2dc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 0 additions & 6 deletions install/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ Add Repository
$ curl -fsSL https://dl.packager.io/srv/zammad/zammad/key | \
gpg --dearmor | tee /etc/apt/trusted.gpg.d/pkgr-zammad.gpg> /dev/null
Ubuntu 16.04
.. code-block:: sh
$ echo "deb [signed-by=/etc/apt/trusted.gpg.d/pkgr-zammad.gpg] https://dl.packager.io/srv/deb/zammad/zammad/stable/ubuntu 16.04 main"| \
tee /etc/apt/sources.list.d/zammad.list > /dev/null
Ubuntu 18.04
.. code-block:: sh
Expand Down
12 changes: 9 additions & 3 deletions prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ If you want to install Zammad, you need the following software.
2.2. Supported distributions
----------------------------

Zammad provides binary packages for the most recent two stable / long-term-support releases of the supported Linux distributions, until they reach their end-of-life or until they can no longer provide the technical requirements for Zammad. Using of the latest supported stable / long-term-support version is generally recommended.

Below you can find all distributions Zammad provides packages for.

.. csv-table:: Supported operating system matrix
Expand All @@ -107,7 +109,11 @@ Below you can find all distributions Zammad provides packages for.
"CentOS / RHEL", "7 & 8"
"Debian", "10, 11 & 12"
"OpenSuSE / SLES", "Leap 42.3 / 12; Leap 15.x / 15"
"Ubuntu", "16.04, 18.04, 20.04 & 22.04"
"Ubuntu", "18.04, 20.04 & 22.04"

.. warning:: **⚠ Changes with Zammad 6.2**

Zammad 6.2 will not provide packages for Debian 10, Ubuntu 18.04, and SLES 12. Users of these distributions are encouraged to update to more recent versions like Debian 12, Ubuntu 22.04, and SLES 15.

.. warning:: **⚠ SuSE users be aware**

Expand Down Expand Up @@ -138,13 +144,13 @@ installed with the Zammad-Package.

.. code-block:: sh
# Debian 10 & 11, Ubuntu 16.04, 18.04 & 20.04
# Debian & Ubuntu
$ apt install libimlib2
# openSUSE
$ zypper install imlib2
# CentOS 7 & 8
# CentOS
$ yum install epel-release
$ yum install imlib2
Expand Down

0 comments on commit e53b2dc

Please sign in to comment.