Zoom Client
Silent install package for Zoom Client
7.0.0.1666-17
Messaging
Messaging
Preprod packages are packages built on LUTI.
They remain in PREPROD usually for 5 days, after which a second VirusTotal scan is performed to verify that the status has not changed.
If the package passes this last check, it is promoted to PROD and published on the store.
- package: tis-zoom
- name: Zoom Client
- version: 7.0.0.1666-17
- categories: Messaging
- maintainer: WAPT Team,Tranquil IT
- editor: Zoom Video Communications, Inc.
- licence: proprietary_free,wapt_public
- locale: all
- target_os: debian(>=10),ubuntu
- impacted_process: Zoom
- architecture: x64
- signature_date:
- size: 294.26 Mo
- installed_size: 348.84 Mo
- homepage : https://zoom.us/
package : tis-zoom
version : 7.0.0.1666-17
architecture : x64
section : base
priority : optional
name : Zoom Client
categories : Messaging
maintainer : WAPT Team,Tranquil IT
description : Enterprise video conferencing with real-time messaging and content sharing
depends :
conflicts :
maturity : PREPROD
locale : all
target_os : debian(>=10),ubuntu
min_wapt_version : 2.3
sources : https://zoom.us/download
installed_size : 348838866
impacted_process : Zoom
description_fr : Une visioconférence d'entreprise avec messagerie et partage de contenu en temps réel
description_pl : Wideokonferencje korporacyjne z przesyłaniem wiadomości w czasie rzeczywistym i udostępnianiem treści
description_de : Videokonferenzen für Unternehmen mit Messaging und Content Sharing in Echtzeit
description_es : Videoconferencias para empresas con mensajería en tiempo real y compartición de contenidos
description_pt : Videoconferência empresarial com mensagens em tempo real e partilha de conteúdos
description_it : Videoconferenze aziendali con messaggistica e condivisione di contenuti in tempo reale
description_nl : Enterprise-videoconferencing met real-time messaging en het delen van inhoud
description_ru : Корпоративные видеоконференции с обменом сообщениями и контентом в режиме реального времени
audit_schedule :
editor : Zoom Video Communications, Inc.
keywords : zoom,video,conferencing,messaging
licence : proprietary_free,wapt_public
homepage : https://zoom.us/
package_uuid : 3157128b-0ffa-4b37-b787-0fec3e4e2460
valid_from :
valid_until :
forced_install_on :
changelog : https://support.zoom.us/hc/en-us/sections/360008531132-Zoom-Releases-By-Date
min_os_version :
max_os_version :
icon_sha256sum : 07e6189e229728d04052abe0386bd7d4da42d38b0c288af28596d7204bdf0810
signer : test
signer_fingerprint: b82fc8ef4a4475c0f69ac168176c2bfc58f572eb716c4eadd65e4785c155dd8e
signature_date : 2026-03-24T14:31:13.000000
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
signature : uLt1py3G8duad4kP3peND4yrQHezc8b6doqPTQ+1v8DavufDGQTzKKL02CrKN0CZtM4GDgHHwo4w8H6ba0uShLHCBVDyTtsHoYx79UDgeyZ6dssuV/dM1ZjT3taH/p9fcoApCpYoRYE2pRZVEYjRDx23kWHv4C6tKEC7eaN49/BWmCtSr/e5nTvQbXSXsJjOKCFNMTr1DLub3wN9SISOEG9po7OQe1jnUMwEMJy+a4t3Niogw8Iwg8IjWfat7SThs7xARLhgyR6O3bZRnJ4EGlWSU93RGamfC30jZu3110lMv3OzMZsF6wjSNzXTwZ2UEkvUj1hIe5e+Epj1f/PUrg==
# -*- coding: utf-8 -*-
from setuphelpers import *
def install():
install_deb('zoom_amd64.deb')
def uninstall():
uninstall_apt('zoom')
# -*- coding: utf-8 -*-
from setupdevhelpers import *
import requests
def update_package():
url_dl = "https://zoom.us/client/latest/zoom_amd64.deb"
print("Download/Update package content from upstream binary sources")
# Getting proxy informations from WAPT settings
proxy = get_proxies_from_wapt_console()
# Downloading latest binaries
if isfile("Zoom.pkg"):
remove_file("Zoom.pkg")
print("Downloading: zoom_amd64.deb")
url_dl = requests.head(url_dl,proxies=proxy).headers["Location"]
version = url_dl.split("/")[-2]
wget(url_dl, "zoom_amd64.deb", proxies=proxy)
# Change version of the package
control.version = "%s-%s" % (version, int(control.version.split("-", 1)[1]) + 1)
control.save_control_to_wapt(".")
print("Changing version to " + control.version + " in WAPT\\control")
print("Update package done. You can now build-upload your package")
01ca7fe94636e5a08fcb73849d3b5df25d51e2c82f4dd1a08f01798b25899819 : WAPT/certificate.crt
151115b4f67d3183f63a9a52b71e58c6c6e3c38b19e465d497e44c4688366647 : WAPT/control
07e6189e229728d04052abe0386bd7d4da42d38b0c288af28596d7204bdf0810 : WAPT/icon.png
d41ba3425a26f85e86b63e41b5b21d4edd191b7dc95e9399469d9f1441c458ed : luti.json
e051fe59c84e1b452b6fab14fb924a2ec6f5de314841e88f2ca750733feb0a78 : setup.py
f2e0872a27ad1d8885902e3ce4c8a299bbe77efc85adb843a31ba59f8968abdc : update_package.py
cd6237b14c070f3de2d8a7b2419c5647be61a354204b971529ef458add1c502d : zoom_amd64.deb