Skip to content

Instantly share code, notes, and snippets.

@mariogrieco
Forked from whizzzkid/zoom_install.sh
Created December 15, 2019 22:44
Show Gist options
  • Select an option

  • Save mariogrieco/1fb84b7e2298383f60e2d3d123c8cdc6 to your computer and use it in GitHub Desktop.

Select an option

Save mariogrieco/1fb84b7e2298383f60e2d3d123c8cdc6 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