Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions prerequisites/software.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading