I have an issue after update, now I verified the package source. I use Debian 12 and setup the package source as described here: Install from package — Zammad System Documentation documentation
The Debian repository string is this:
deb [signed-by=/etc/apt/trusted.gpg.d/pkgr-zammad.gpg] https://dl.packager.io/srv/deb/zammad/zammad/stable/debian 12 main
With apt download
, I tried to download the current Zammad package and got an error:
apt download zammad
E: Can't find a source to download version '6.2.0-1702052196.543b74f4.bullseye' of 'zammad:amd64'
Also a reinstall is not possible:
apt install --reinstall zammad
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reinstallation of zammad is not possible, it cannot be downloaded.
0 upgraded, 0 newly installed, 0 to remove and 23 not upgraded.
As last resort with Chrome browser I tried to download the Zammad package but I get this error: [packager.io] 404 - Resource not found.
It seams the Zammad repository do not exist on packager.io any longer?
Is there a newer package repository for Zammad on Debian?