Skip to content

Instantly share code, notes, and snippets.

@mughesh
Forked from whizzzkid/zoom_install.sh
Created June 1, 2019 17:16
Show Gist options
  • Select an option

  • Save mughesh/ea8cab030686ea5e138630b3427af6d9 to your computer and use it in GitHub Desktop.

Select an option

Save mughesh/ea8cab030686ea5e138630b3427af6d9 to your computer and use it in GitHub Desktop.
Installs Zoom meeting client on linux
# To install run:
# bash -c "$(curl -fsSL http://bit.ly/zoom-install)"
sudo apt install libglib2.0-0 libgstreamer-plugins-base0.10-0 libxcb-shape0 libxcb-shm0 libxcb-xfixes0 libxcb-randr0 libxcb-image0 libfontconfig1 libgl1-mesa-glx libxi6 libsm6 libxrender1 libpulse0 libxcomposite1 libxslt1.1 libsqlite3-0 libxcb-keysyms1 libxcb-xtest0;
cd /tmp;
wget https://zoom.us/client/latest/zoom_amd64.deb;
sudo dpkg -i zoom_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment