Can't upgrade to Zoom 5.11 on Ubuntu
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. - 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?
Here are my steps to make sure:
Show less