hello i have tried to install collabora on plesk panel with premium mail but im get error
6d6]
stderr: W: GPG error: https://collaboraoffice.com/repos/CollaboraOnline/23.05/customer-deb-Kolab-7537e68e8a07cf290a8c6cfcf4205db05b560582 ./ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D8915E456E7C440E
E: The repository 'https://collaboraoffice.com/repos/CollaboraOnline/23.05/customer-deb-Kolab-7537e68e8a07cf290a8c6cfcf4205db05b560582 ./ InRelease' is not signed.
You’re getting that error because the Collabora repository you added isn’t trusted yet, since the GPG signing key isn’t installed on your server. You need to import the missing key D8915E456E7C440E before Plesk (or apt/aptitude) can install Collabora.
After that, the aptitude install command in Plesk should run without the NO_PUBKEY error.
If the repo URL came from Kolab’s Premium Mail integration, double-check their documentation, because sometimes they rotate customer-specific repo keys.
Also, I noticed you’re installing Collabora Online 23.05, which is very outdated now. The current long-term supported version is 25.04, so you should really switch to the newer repository — it has all the fixes, security updates and compatibility improvements.
E: The repository ‘https://www.collaboraoffice.com/repos/CollaboraOnline/23.05/customer-deb- ./ Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@wizardly-lovelace:/home/ubuntu# E: The repository ‘https://www.collaboraoffice.com/repos/CollaboraOnline/23.05/customer-deb- ./ Release’ does not have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details
The customer-deb- ./ part is invalid, so APT looks for a Release file in a non-existent path.
Why this happens
Collabora’s enterprise repositories require exact customer repository URLs, and they never end with customer-deb- ./. It means the repo entry was incorrectly copied or a variable didn’t expand.
1. Open the repo file
Check what you added under /etc/apt/sources.list or /etc/apt/sources.list.d/*.list:
sudo nano /etc/apt/sources.list.d/collabora.list
2. Remove the broken line
Delete any line that looks like:
deb https://www.collaboraoffice.com/repos/CollaboraOnline/23.05/customer-deb- ./
3. Add the correct Collabora CODE repo (if your intention was to install CODE)
For Debian/Ubuntu:
echo "deb https://collaboraoffice.com/repos/CollaboraOnline/CODE-deb/ /" | sudo tee /etc/apt/sources.list.d/collabora-online-code.list