Install on Enterprise Linux 7

Follow these steps to install zammad from the stable-5.1 channel.

Prerequisites

Installation Steps

For Red Hat/CentOS/Fedora (yum/dnf)

1. Import the repository GPG key

sudo rpm --import https://go.packager.io/srv/rpm/zammad/zammad/gpg-key.asc

2. Download the repository configuration

sudo curl -fsSL \
  "https://go.packager.io/srv/zammad/zammad/stable-5.1/installer/el/7.repo" \
  -o /etc/yum.repos.d/zammad.repo

Or using wget:

sudo wget \
  -O /etc/yum.repos.d/zammad.repo \
  "https://go.packager.io/srv/zammad/zammad/stable-5.1/installer/el/7.repo"

3. Install packages

sudo yum install PACKAGE_NAME
# or on newer systems:
sudo dnf install PACKAGE_NAME

Verification

Verify the repository is configured correctly:

yum repolist
# or
dnf repolist

Available packages

Package Version code Arch Size Built Format
zammad 5.1.1-1656509599.dbe63a1e.centos7 x86_64 119.3 MB 3 months ago .rpm