Warning: apt-key output should not be parsed (stdout is not a terminal) Importing Zimbra GPG key ERROR: Unable to retrive Zimbra GPG key for package validation Please fix system to allow normal package installation before proceeding curl -fsSL https://files.zimbra.com/zimbra-keyring.gpg | sudo gpg --dearmor -o /usr/share/keyrings/zimbra-keyring.gpg aws s3 sync s3://repo.zimbra.com/apt/8815 ./apt/8815 --no-sign-request --delete deb [arch=amd64] https://repo.domain.tld/apt/87 trusty zimbra deb [arch=amd64] https://repo.domain.tld/apt/zv1 trusty zimbra deb [arch=amd64] https://repo.domain.tld/apt/888patch trusty zimbra deb-src [arch=amd64] https://repo.domain.tld/apt/87 trusty zimbra sudo gpg --list-keys --keyring /etc/apt/trusted.gpg.d/zimbra.gpg 2>/dev/null | grep -w 254F9170B966D193D6BAD300D5CEF8BF9BE6ED79 >/dev/null if [ $? -ne 0 ]; then echo "Importing Zimbra GPG key" gpg --no-default-keyring --keyring /tmp/zimbra.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 9BE6ED79 >/dev/null if [ $? -ne 0 ]; then echo "ERROR: Unable to retrive Zimbra GPG key for package validation" exit 1 else gpg --no-default-keyring --keyring /tmp/zimbra.gpg --export > /etc/apt/trusted.gpg.d/zimbra.gpg if [ $? -ne 0 ]; then echo "ERROR: Unable to export Zimbra GPG key for package validation" exit 1 else rm -f /tmp/zimbra.gpg fi fi fi ubuntu@dns:~/scripts/zimbra$ dig univ-poitiers.fr Password*2025