zoom-mgr icon indicating copy to clipboard operation
zoom-mgr copied to clipboard

A script to install & update Zoom on Ubuntu.

Zoom Manager (zoom-mgr) CircleCI Build Status GitHub License

Deprecation Notice: This project has been deprecated. Please read my blog post on why and what to use instead.

zoom-mgr is a script that makes installing and updating the Zoom video conferencing software on Ubuntu easier.

Requirements

This project supports 64-bit desktop installations of Ubuntu and Linux Mint. Specifically, these releases:

  • Ubuntu 18.04 "Bionic"
  • Ubuntu 20.04 "Focal"
  • Ubuntu 22.04 "Jammy"
  • Ubuntu 22.10 "Kinetic"
  • Ubuntu Impish Idri
  • Linux Mint v19+

For 32-bit support or other distros, please open a Pull Request or Issue.

Installation

zoom-mgr is a Bash script that can be run from anywhere in your home directory. Here's a typical install:

cd ~
curl -O https://raw.githubusercontent.com/felicianotech/zoom-mgr/trunk/zoom-mgr.sh
chmod +x ~/zoom-mgr.sh

Usage

~/zoom-mgr.sh install

Installs the Zoom Linux Client on your machine.

~/zoom-mgr.sh update

If a newer version of Zoom or Zoom Manager is available, download and install it.

Updating Zoom Manager

Zoom Manager v0.5.0 and newer (April 16th, 2020) will update itself when running ./zoom-mgr.sh update. Older releases will not. For older releases, to update Zoom Manager itself (not Zoom), just re-install it with the same instructions from the "Installation" section above. The chmod line won't be needed for the upgrade.

Once you've updated to Zoom Manager v0.5.0 or later, you can update Zoom and Zoom Manager at the same time with the update command.

Development

Instructions coming in the future.

License

The source code for zoom-mgr is licensed under the MIT license. This repo's license can be found here. Zoom itself is a proprietary product by Zoom Video Communications, Inc. This project is not affiliated with nor endorsed by them.