Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.97 KB

README.md

File metadata and controls

56 lines (38 loc) · 1.97 KB

zoom-update

Linter Run

Zoom install / update Environment in the Debian / Fedora Linux.

Backgroud

Zoom doesn't support an automatic update in Debian / Fedora Linux, so I have to go their site and download the latest package manually. This repository is designed to reduce this workflow. In addition, one can use this repository in order to install zoom directly.

Requirements

The following packages are required. In most cases, they are already installed by default.

wget make procps xcompmgr

Update Messages

When one see one of folliwng screens:

0png
Figure 1 : Zoom About sceen
1png
Figure 2 : Zoom Main screen

this repo may help to update Zoom quickly. If there is no zoom in a system, it will install it.

Commands

make update

If one has the downloaded zoom installation file locally, the rule triggers an additional rule make backup. This backup rule renames the exist installation file with an extracted version number suffix, for example, zoom_amd64.deb_v5.3.469451.0927. If the same version file exists, it will overwrite it. In case, the latest version doesn't work, use this backup file to recover it. Note that the above command will stop a running zoom if it is.

Rules

>>> Welcome zoom_amd64.deb Configuration Environment.

    make get       : Backup and Download zoom_amd64.deb
    make install   : Install zoom_amd64.deb through apt
    make usage     : This screen (default)
    make update    : Reinstall zoom_amd64.deb (backup, install, and start)
    make upgrade   : Same as make update
    make clean     : Remove the downloaded zoom_amd64.deb
    make backup    : Create backup file if an installation file exists
    make stop      : Stop a running zoom
    make start     : Start a zoom
    make annotate  : Fix for black screen in Zoom when annotation (need xcompmgr)