Downloading the public key for Linux

In February 2026, Zoom is retiring the current key pair used to sign the Zoom desktop app for Linux, which customers can use to validate the Zoom desktop app. Users must download the new public key before attempting to upgrade to version 6.7.5, otherwise they will be unable to install this update. Prior versions (before 6.7.5) will not be impacted.

For versions 6.7.5 and higher, the Linux and Docker GPG signature thumbprint will change from "Key fingerprint: AE44 6BAB 33EA 9862 AA29 FC3D DDEO E622 2047 091F" to "Key fingerprint: 84C3 65D6 CC9A 4886 CA92 6BCC 4F21 9739 9706 AC24".

Table of Contents

How to update the public key for Linux

This is only required for accounts using signature validation. However, it is recommended for all Linux users to update this key directly from Zoom.

  1. Open the Download Center and download the package-signing-key.pub by clicking For version 6.7.5 or above download this key
  2. Open the Terminal app.
  3. Run the following commands based on the Linux distribution you're using:

Validate the .deb package on Debian, Ubuntu, Mint

For .deb package validation proceed with the following:

  1. Import the GPG public key to the local keyring using the following command:
    gpg --import ~/Downloads/package-signing-key.pub
  2. Verify the signed file using the following command:
    sudo apt install dpkg-sig && dpkg-sig --verify ~/Downloads/zoom_amd64.deb
  3. Enter your user password to proceed.
    A successful outcome for this command should be:
    Processing zoom_amd64.deb…
    GOODSIG _gpgbuilder

Validate the .rpm package on RedHat, CentOS, Oracle Linux, Fedora

For .rpm package validation proceed with the following:

  1. Import the GPG public key to the local keyring using the following command:
    sudo rpm --import ~/Downloads/package-signing-key.pub
  2. Enter your user password to proceed.
  3. Verify the signed file using the following command:
    rpm -K ~/Downloads/zoom_x86_64.rpm
    Successful outcomes for a valid signed file should be: