You're invited to Zoomtopia 2022! Our annual user conference will take place in the Americas on November 8-9 and in APAC, Japan, and EMEA on November 17.
Learn more about our hybrid event experienceEverything you need to work together, all in one place.
Explore Zoom One's Collaboration ToolsConnect virtually from anywhere with Zoom Meetings
Collaborate together with Zoom Chat
Call the world with Zoom Phone
Create and brainstorm with Zoom Whiteboard
Rich conversation analytics to improve sales
Send and receive messages and calendar invitations
Bring fluid interactions to hybrid teams with Zoom Huddles
Innovative video solutions for every meeting space.
Bring meeting spaces online with Zoom Rooms
Conference Room Connector links existing rooms to Zoom
Innovative solutions for every space
Solutions to host impactful virtual and hybrid experiences.
Find a Solution for Every EventHost hybrid and virtual events with Zoom Events
Elevate your brand with single session events powered by Zoom Sessions
Broadcast at scale with Zoom Webinars
Host and attend classes, group events, and more OnZoom
An omnichannel cloud solution optimized for video.
Engage customers with Zoom Contact Center
Deliver intelligent support with conversational AI
Zoom solutions elevate collaboration across vertical use cases.
Discover Zoom Industry SolutionsEnabling exciting new ways to teach, learn, and connect globally
Transforming client engagement and employee experiences
Improving collaboration between agencies, ministries and constituents
Connecting care, collaboration, and medical innovation
Real-time communication, anywhere in the world
Bridging the in-store and online experiences
Expert support and services for all your design, strategy, implementation, event, and hardware needs.
Global Services
Flexible subscription plans for hardware
An open platform that allows developers to build Zoom apps and integrations.
Explore over 1,500 apps in Zoom App Marketplace
Documentation for building on Zoom's platform using APIs, Webhooks, and SDKs
Resources that help developers evaluate & build with our solutions
Post your questions and get help from our developer community
Zoom Partners bring Zoom's communications platform to market through alliance, sales, and service partnerships.
Explore Zoom's technology ecosystem
Find a trusted Partner
Learn about Zoom's Partner Programs
Access marketing & sales resources
Login to the Partner Portal and click 'Learn'
Discover new ways to use Zoom solutions to power your modern workforce.
Access expert-led tutorials on Zoom products and features.
Network with other Zoom users, and share your own product and industry insights.
Get documentation on deploying, managing, and using the Zoom platform.
Keep your Zoom client up to date to access the latest features.
Download CenterDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds2022-08-24 07:21 AM
Starting today (August 24th 2022), when I try and join a meeting on my Ubuntu 22 machine, Zoom says "You need to be 5.11.9 (4300) or higher". However, I just downloaded the latest .deb file and installed it.
Here are my steps to make sure:
- sudo apt remove zoom
- the /opt/zoom folder is now gone completely
- sudo apt install ./zoom_amd64.deb
- I made sure that zoom_amd64.deb is the file I downloaded today
After I install, if I "cd /opt/zoom", and "cat version.txt", it says 5.11.9.4300
However, when I launch Zoom and go to Help->About , it says 5.10.7 (3311). When I run "ps -ef | grep zoom", the processes listed are from the /opt/zoom folder.
To summarize:
- removing zoom removes the /opt/zoom folder
- installing zoom creates the /opt/zoom folder and the version.txt in that folder has the correct version
- when I launch zoom, it has the older version number.
- the zoom that launches is from the /opt/zoom folder (not some other location)
So it seems like the installer is wrong or that it's not registering the correct version number.
Anyone have any thoughts on things to try?
2022-08-24 07:53 AM
I think I solved my own problem. What I had to do was this:
- close the Zoom UI
- ps -ef | grep zoom
- I then "kill <pid>" for each of the zoom processes. After killing one or two, the other ones also were killed
Then I ran:
- sudo apt remove zoom
- ps -ef | grep zoom to make sure everything was dead
- used my file browser to go to /opt/zoom, and I ran "ZoomLauncher"
Now Zoom reports the correct version number. I have no idea why this fixed it or how uninstalling would have left and older version though.
Hopefully this helps.
2022-08-25 07:16 PM
This doesnt fix my issue I"m running Ubuntu 18.04 (32bit). I dont have an /opt/ directory [that I'm aware of}. The client available for download for Ubuntu 32bit, is:
`zoom_i386.deb`
and when I run $ dpkg -I zoom_i386.deb, it gives me:
(that is dpkg dash captial-i, for show the .deb pkg info)
"...
Package: zoom
Version: 5.4.53391.1108
License: see https://www.zoom.us/
Vendor: Zoom Video Communications, Inc.
Architecture: i386
..."
Also when I goto Zoom - About, I see:
"
Version: 5.4.2 (53391.1108)
Copyright...2020 ...
You are up to date.
"
But,
attempting to join a meeting tells me I need a newer version
😠
2022-08-26 12:05 AM
Download the latest Zoom version here: https://zoom.us/download?os=linux
Install GDebi (if it was not installed yet)
sudo apt install gdebi
Go to a folder where zoom_amd64.deb was downloaded
Right click ⇢ Open with Other application
Select GDebi Package Installer. Click Select.
This may help,
James
2022-08-28 11:55 PM - edited 2022-08-29 12:06 AM
No, that's not related.
Nobody has any problem actually INSTALLING THE AVAILBLE .DEB pkg.
The problem is this:
ZOOM, INC. HAS FAILED TO RELEASE AN UP-TO-DATE 32BIT DEBIAN BINARY.
The only available release (listed on the page you linked to) is *NOT* up-to-date.... and thus, AFTER_INSTALLATION, when attempting to join a mtg... one receives the error.
***THE PROBLEM CAN ONLY BE FIXED BY ZOOM, INC. LINUX DEVELOPERS.***
The versions available to download at https://zoom.us/download?os=linux are, respectively:
- for 32bit deb:
5.4.2 (53391.1108)
But compare to the version avail on 64bit deb:
5.11.9 (4300)
...
see the problem? ZOOM, INC. CAN FIX THIS. THIS IS *NOT* USER ERROR.
2023-05-09 03:36 PM
this didn't solve the problem. Ubuntu 22.04 with zoom not reprting the correct version number of 5.11. What did help me is to download the debian package and installing it with gdebi. As @Jameswalter explained in his comment. He was right but you have to actually download and install the debian package. I am guessing you all know ubuntu is debian based.