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
@KunZizinho
Copy link

KunZizinho commented May 12, 2020 via email

@dolmen
Copy link

dolmen commented Jun 14, 2020

Here is an URL to check that everything works: https://zoom.us/test

@blkidbash
Copy link

I am getting an error code when trying to install Zoom:
"dpkg: error processing archive zoom-1_amd64.deb (--install): package architecture (amd64) does not match system (armhf)"
I've tried all the DEB files on Zoom with the same architecture issue. Any thoughts?

because it's harm your computer

@bhARATHSINGH1
Copy link

i am facing some issues help me please!

root@kali:/tmp# sudo dpkg -i zoom_amd64.deb
(Reading database ... 259774 files and directories currently installed.)
Preparing to unpack zoom_amd64.deb ...
Unpacking zoom (5.2.458699.0906) over (5.2.458699.0906) ...
run post uninstall script, action is upgrade ...
dpkg: dependency problems prevent configuration of zoom:
zoom depends on libgl1-mesa-glx; however:
Package libgl1-mesa-glx is not installed.
zoom depends on libegl1-mesa; however:
Package libegl1-mesa is not installed.
zoom depends on libxcb-xtest0; however:
Package libxcb-xtest0 is not installed.
zoom depends on ibus; however:
Package ibus is not installed.

dpkg: error processing package zoom (--install):
dependency problems - leaving unconfigured
Processing triggers for kali-menu (2020.3.2) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mime-support (3.64) ...
Processing triggers for shared-mime-info (1.15-1) ...
Errors were encountered while processing:
zoom

@whizzzkid
Copy link
Author

whizzzkid commented Sep 18, 2020

i am facing some issues help me please!

root@kali:/tmp# sudo dpkg -i zoom_amd64.deb
(Reading database ... 259774 files and directories currently installed.)
Preparing to unpack zoom_amd64.deb ...
Unpacking zoom (5.2.458699.0906) over (5.2.458699.0906) ...
run post uninstall script, action is upgrade ...
dpkg: dependency problems prevent configuration of zoom:
zoom depends on libgl1-mesa-glx; however:
Package libgl1-mesa-glx is not installed.
zoom depends on libegl1-mesa; however:
Package libegl1-mesa is not installed.
zoom depends on libxcb-xtest0; however:
Package libxcb-xtest0 is not installed.
zoom depends on ibus; however:
Package ibus is not installed.

dpkg: error processing package zoom (--install):
dependency problems - leaving unconfigured
Processing triggers for kali-menu (2020.3.2) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mime-support (3.64) ...
Processing triggers for shared-mime-info (1.15-1) ...
Errors were encountered while processing:
zoom

Did you even run the complete script?

Try:

bash -c "$(curl -fsSL http://bit.ly/zoom-install)"

@evil-god
Copy link

apt-get -f install

@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