From 59485019c332c4cb53ae907f19e23db7dd204d48 Mon Sep 17 00:00:00 2001 From: Anael Mobilia Date: Sun, 17 May 2026 12:13:31 +0200 Subject: [PATCH] Update software.rst - libimlib2 provider on Debian 13 Debian : libimlib2 packages have been updated to libimlib2t64 on Trixie (13) - https://packages.debian.org/search?suite=default§ion=all&arch=any&lang=fr&searchon=names&keywords=libimlib2 - https://packages.debian.org/fr/trixie/libimlib2t64 --- prerequisites/software.rst | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/prerequisites/software.rst b/prerequisites/software.rst index 10102ddf..35aa3f61 100644 --- a/prerequisites/software.rst +++ b/prerequisites/software.rst @@ -105,19 +105,31 @@ automatically be installed with the Zammad-Package. .. tabs:: - .. tab:: Debian & Ubuntu + .. group-tab:: Ubuntu .. code-block:: console $ sudo apt install libimlib2 - .. tab:: openSUSE / SLES + .. group-tab:: Debian + + Debian 13 + .. code-block:: console + + $ sudo apt install libimlib2t64 + + Debian 11 & 12 + .. code-block:: console + + $ sudo apt install libimlib2 + + .. group-tab:: openSUSE / SLES .. code-block:: console $ sudo zypper install imlib2 - .. tab:: CentOS / RHEL + .. group-tab:: CentOS / RHEL .. code-block:: console