dpkg: dependency problems prevent configuration of zoom:
# Install all missing dependecies sudo apt --fix-broken install # Install downloaded zoom file sudo dpkg -i path/to/zoom_amd64.deb
Here is what the above code is Doing:
1. Download the zoom file
2. Install all missing dependecies
3. Install downloaded zoom file