Skip to content

Instantly share code, notes, and snippets.

@whizzzkid
Last active September 16, 2022 08:55
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save whizzzkid/0986128c7a9a797bb1e8f8b182121a31 to your computer and use it in GitHub Desktop.
Save whizzzkid/0986128c7a9a797bb1e8f8b182121a31 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
@Kiranjunankar7
Copy link

Hey bro how can i download app in kali Linux without Ubuntu or any other software p

@evil-god
Copy link

Hey bro how can i download app in kali Linux without Ubuntu or any other software p

just run the script "zoom_install.sh"

@whizzzkid
Copy link
Author

@Kiranjunankar7 kali is debian, so the script should work: bash -c "$(curl -fsSL http://bit.ly/zoom-install)"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment